NetBeans JPanel Hide
807600Jul 30 2007 — edited Nov 29 2007I'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)