static void wakeUp() { synchronized(main.class) { main.class.notifyAll(); } }