Hello,
I'm reasonably new at java:
I have several classes that create different windows...using JFrame, JPanel
etc, I was wondering how I could add these seperate gui's to one driver
class to have it all show in one window (which i could have a tabbed pane)
If someone understands what i'm blabberin about, please help!
Spiros Gezerlis - 09 Apr 2005 11:13 GMT
You cannot add JFrame to JTabbedPane, but if the content of yourJFrame is
in a JPanel, then there is no problem.
Info for the JTabbedPane:
* http://www.javaalmanac.com/egs/javax.swing/pkg.html#JTabbedPane
* http://java.sun.com/docs/books/tutorial/uiswing/components/tabbedpane.html