What is the best choice for a layout manager given the following scenario?
I have a program that should open one main window. In this case it is a content pane. The main window should then contain smallers sub-windows (JInternalFrame) and allow the user to move them around as they see fit. Each JInternalFrame should be run as a thread to allow data to be updated simultaneously. There must also be some default layout that has each frame docked in a certain location. Any suggestions are appreciated.
I have a program that should open one main window. In this case it is a content pane. The main window should then contain smallers sub-windows (JInternalFrame) and allow the user to move them around as they see fit. Each JInternalFrame should be run as a thread to allow data to be updated simultaneously. There must also be some default layout that has each frame docked in a certain location. Any suggestions are appreciated.