|
Java Swing - Multiple Perspectives
Hi,
I'm somewhat of a Java newbie. I'm working with Swing and I'm trying to develop a GUI which is able to switch between different views within a JFrame.. I think. For example, lets say I have a menu bar with File, Edit, and View pull-down menus, and under "View" I have a few different menu items. I would like to be able to switch between different views displayed on the JFrame.. or JDesktop, JLayeredPane? This is the part where I get confused. Can anyone offer some help? Thanks in advance.
- unwiseone
|