This is a fork of https://github.com/cmadsen/vldocking, a fork of https://bitbucket.org/akuhtz/vldocking
Because upstream appears to have been abandoned, but bug fixes and new features were desired for OmegaT.
See https://code.google.com/p/vldocking/ for more information.
- Switched to Gradle
- Made an important fix for Linux (see cmadsen#9)
- Additional customization:
- The background of
AutoHideButton
s is now customizable via theAutoHideButton.background
key forUIManager
(Color
value) - The background of
AutoHideButtonPanel
is now customizable via theAutoHideButtonPanel.background
key forUIManager
(Color
value) - Disable the gradient on
DockViewTitleBar
via theDockViewTitleBar.disableCustomPaint
key forUIManager
(Boolean
value) - The border of the main
DockingDesktop
component can be set via theDockingDesktop.border
key forUIManager
(Border
value)
- The background of
- Allow customization with key-value in
UIDefaults defaults = UIManager.getDefaults()
table inLookAndFeel#getDefaults
. - Released version 3.1.0 with the above changes
- More changes in CHANGELOG.md
Changes introduced by cmadsen/vldocking:
- Renamed package names to use old vlsolutions instead of vldocking
- Fixed issues with read/wrilXML on multiple screens
- Added new empty ctor to
FloatingDialog
to make floating windows appear in taskbar. ExtendDefaultDockableContainerFactory.createFloatingDockableContainer
and returnnew FloatingDialog()
- Fixed LAF issues, e.g., when switching Substance skin
- Fixed issue with borders not being set on single dock windows until an ancestor change events occurred
Add this to your build.gradle
file's dependencies
block:
implementation 'org.omegat:vldocking:3.1.1'
VLDocking, the swing docking framework
The VLDocking framework is a commercial-grade Swing Framework providing rich docking features which can easily be integrated with existing applications (and of course, new ones).
VLDocking was created in 2004, and is licensed under the LGPL-3.0.
VLDocking is licensed under GNU LESSER GENERAL PUBLIC LICENSE version 3.0 or later (as your choice). VLDocking was initially designed by Lilian Chamontin at his former company VLSolutions.
The VLDocking tutorial can be found here https://vldocking.readthedocs.io/en/latest/
Feel free to fork this repo, and make a "pull request": http://help.github.com/send-pull-requests/. Ideally, write a test!