This application is very useful. Thanks. I made a modification to it so that when I have my PC start up and run the kill switch it starts up minimised. So I offer this patch.
if (args.length== 1)// pass any parameter to make it run minimized
{
gui.setState(Frame.ICONIFIED);
}