Design pattern for window management in a Java Swing app
- by Lord Torgamus
I've just started creating my very first little Java Swing app. When the program opens, it brings up a single, simple window with a label and a couple buttons. Clicking one of those buttons is supposed to wipe out the welcome screen and replace it with a totally different panel.
I'm not sure what the best way to create that functionality is. One…