how to make child dialog poped-up from and embedded into the parent window by double clicking it in Java SWing? -
I want a main window with many hair widgets and I want the hair widget to be shown in the main frame at the same time and They can coordinate with each other for layout through the main window area. When I double click on the hair widget it can be pop-up and when double click again it can be embedded back again. I have done this in Qt by QDockWidget and I have learned that the Java Docking Framework can access it, but I want to know if it can be done only by swing framework?
In advance thank you
If you are asking for full-featured docking, You should edit your question title to reflect it.
Docking is very complex because it includes dynamic layouts, drag-n-drop and many other things. You must be essentially nested jsplipppen
and JTabbedPane
and roll your roll over a lot of time.
Also, consider open source (MIT license), or commercial.
Comments
Post a Comment