ModernDocking icon indicating copy to clipboard operation
ModernDocking copied to clipboard

Modern docking framework for Java Swing

Results 28 ModernDocking issues
Sort by recently updated
recently updated
newest added

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...

documentation

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...

enhancement

This is a change I made for setups with top tabs. I think it might look nice for bottom tabs too.

enhancement

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...

enhancement

It would be cool to configure default properties in the default layout.

enhancement
fixed

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.

enhancement

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...

enhancement

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...

documentation

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...