new Timer(0, new ActionListener() { public void actionPerformed(ActionEvent e) { System.out.println("nihao"); } }).start();