I need to know how to select a layout for a java swing application with multiple windows.
It has a dashboard kind home or main window with few icons(12 or more) on it. Clicking on an icon it will open a complex window on top of it then the main window is no longer visible. There will be another home icon to get back to main window on new view. Complex in the sense the opened window will have a tabbed layout. What i need to know is what layout should I use for this purpose. Card layout and layered layout are the candidates I suppose. Or should I use separate frames or is there some other option available. If the window can take the full screen and position the icons on it zooming appropriately according to the screen size would be great. I'm glad if you can provide me a reference to a sample code.
Thank you in advance for helping me out.