Monday, April 20, 2009

To add a new form:

Right click on your package and go to "Other".

Click on "Swing Gui Forms" and add a JFrame Form.

Then inside your button the code is: new NewJFrame().setVisible(true);

No comments: