ModernDocking
ModernDocking copied to clipboard
Modern docking framework for Java Swing
Fixes #124
Just spent some time trying to make these work and I don't remember how it works and seems to fail to load because the dockable is not registered. I have...
Auto-Hide is the name Visual Studio and Qt Advanced Docking System use. This seems to be the more common way to refer to this feature and makes more sense to...
This is a change I made for setups with top tabs. I think it might look nice for bottom tabs too.
Currently the framework defaults to docking new dockables to the root north. Not terribly elegant. A simple feature to define which of the root locations to default to would be...
It would be cool to configure default properties in the default layout.
Add the ability for the application to define the context menu used for the whole tabbed panel and use the context menu for the dockable for the individual tabs.
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...
This is mostly for my own sanity. I would like to document the high level internal design of the framework and what it wishes to provide to an application and...
Monolithic classes probably aren't perfect design, but I believe it keeps this framework simpler if there's only one major class to interact with. I'll add a list to this issue...