|
Help with JTabbedPane
Hi, I am having a lot of trouble finding some info on how to do something with the JTabbedPane.
Basically, what I need is an 8 panel program. Panel1 will load when the program is launched and panels 2-8 will be in subclasses and will load when a user hits a button on the first pannel.
So basically, when they hit the button, it would call each of the rest of the subclasses.
Does anyone have any advice on how to do this? Any coding/snippets/walk-throughs you could give me would be most appreciated!
Thanks.
|