Wednesday, July 15, 2009

To open a new Form...

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: