ModernDocking icon indicating copy to clipboard operation
ModernDocking copied to clipboard

Allow App to Create New Floating Frames

Open andrewauclair opened this issue 2 years ago • 2 comments

Currently Modern Docking creates an empty JFrame with a RootDockingPanel when floating panels. It would be useful to allow the app to access and modify this JFrame. I'm thinking specifically to add a JMenuBar with options to it. But this could be extended to status bars and other non-root panels.

andrewauclair avatar May 07 '23 13:05 andrewauclair

any demo code to create floating panel ?

nicqchen avatar Aug 09 '23 13:08 nicqchen

any demo code to create floating panel ?

The dockables in the demo can be floated. This demos the user interaction features. There currently is no demo of Docking.newWindow.

andrewauclair avatar Aug 09 '23 23:08 andrewauclair