/**
* @param args the command line arguments
*/
public static void main(String args[]) throws Exception {
Thread.currentThread().setUncaughtExceptionHandler(new SwingExceptionHandler());
Toolkit.getDefaultToolkit().getSystemEventQueue().push(new EventRateCounter());
//System.setProperty("socksProxyHost", "localhost");
//System.setProperty("socksProxyPort", "9050");
Runtime.getRuntime().addShutdownHook(new Thread() {