I want a main window with several child widgets and i want the child widget to be shown in the main frame at the same time and they can coordinate with each other to layout through the main window area. When i double click the child widget it can pop-up and when double click again it can embed back. I have done this in QT by QDockWidget before and I've learned that the JavaDocking Framework can achive this, but i want to know whether it can be done just by SWing framwork?
Thanks in advance