Card Layout vs. ContenPane
843807Sep 19 2002 — edited Sep 30 2002I'm developing an applet which has two screens. An initial screen which accepts data from the user and then a second screen which returns results. I'm wondering what the best way to code this would be. I've thought of two options, using a card layout, or two content panes and then setting them appropriately. Which is the better option?
Thanks