2526272829303132
SwingUtilities.invokeLater(app); } @Override public void run() { Form form = new Form(); form.setVisible(true); }