try{ Thread.sleep(5000);}catch(InterruptedException ie) { System.out.println(ie.getMessage());}System.exit(0);