| Quote: |
|
I'm still confused with the forms. If I create a different form for everything, every class will have its own main(String args) method. Do I just delete that from all but my main GUI window class? |
| Quote: |
|
I've also created an action listener to listen for a menu item to be clicked on, but what code would you use to pop up a JTabbedPane? JFileChooser has methods to open the dialog boxes, but I'm not sure about JTabbedPane. I though setVisible would work, but it didn't... |