Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NetBeans JPanel Hide

807600Jul 30 2007 — edited Nov 29 2007
I'm working on a game Applet and after the Main Menu I would like to hide that JPanel and display another one that was hidden. I know how to do this with the setVisible() method, but is there a way I can hide the Main Menu JPanel in the Netbeans GUI editor so I can create the other one easily?

And if thats not possible, is there another way to do that? (Besides coding the whole GUI from scratch)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2007
Added on Jul 30 2007
9 comments
1,656 views