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

Work in progress of overhauling the internal structure of the `FloatListener`, `DockingUtilsFrame`, `DockingHandles` and `DockingOverlay` classes. Currently `DockingOverlay` is responsible for a long laundry list of overlay features and is...

There seem to be some logging messages that are printed. This one is printed especially often: https://github.com/andrewauclair/ModernDocking/blob/3fa9a8c118ba5ae70c827d23f2ff598799c3274f/docking-api/src/ModernDocking/floating/DockingOverlay.java#L391 This should probably be removed or put under some sort of parameter

fixed

Looks like the overlays flicker on and off really bad when dragging a window in Gnome on Arch.

bug

This is running a Modern Docking app remotely on CentOS 7 through MobaXTerm. Looks like I finally found a setup without transparency to use for testing. I'm not sure what...

This one is pretty annoying. If a dynamic dockable is in a tab group, it is not reloaded. But having it alone in a panel (SimplePanel) then it loads fine.

bug

Originally it was intended that unclosable dockables would be docked back to the main frame when their floating windows were closed. That is not working as intended.

bug

If a dockable panel has a certain minimum height and is automatically docked to a dockable of a shorter height (using the menu item classes) then the new dockable will...

bug

Package names such as "ModernDocking.app" should be lower-case, "moderndocking.app" See https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html#:~:text=Naming%20Conventions,a%20programmer%20at%20example.com%20.

Most of the methods in `RootDockingPanelAPI` are intended to be internal to the framework. Some thought will have to be given to how these can be made internal. Most likely...

fixed

There are still some tasks to complete. This new version does not save/load properties to xml files property and can no longer read old files (which it should be able...