itoshkov / vldocking

VLDocking - Java swing framework providing rich docking features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vldocking

This is a fork of https://bitbucket.org/akuhtz/vldocking

Why?

Because upstream appears to have been abandoned, but bug fixes and new features were desired for OmegaT.

See https://github.com/akuhtz/vldocking/ for more information, tutorials etc.

So what's new?

  • Switched to Gradle
  • Made an important fix for Linux (see cmadsen#9)
  • Additional customization:
    • The background of AutoHideButtons is now customizable via the AutoHideButton.background key for UIManager (Color value)
    • The background of AutoHideButtonPanel is now customizable via the AutoHideButtonPanel.background key for UIManager (Color value)
    • Disable the gradient on DockViewTitleBar via the DockViewTitleBar.disableCustomPaint key for UIManager (Boolean value)
    • The border of the main DockingDesktop component can be set via the DockingDesktop.border key for UIManager (Border value)
  • Released version 3.0.5 with the above changes

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. Extend DefaultDockableContainerFactory.createFloatingDockableContainer and return new 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

How to get the released versions?

Maven

<dependency>
	<groupId>org.bidib.jbidib.com.vldocking</groupId>
	<artifactId>vldocking</artifactId>
	<version>3.0.8</version>
</dependency>

Gradle

Just add this to your build.gradle file's dependencies block:

compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.8'

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 used by companies worldwide and open source projects.

License

VLDocking is licensed as LGPL

Contributions

VLDocking was initially designed by Lilian Chamontin at his former company VLSolutions.

Contributors are welcome!

Contact me through the mailing list at google groups.

https://groups.google.com/forum/#!forum/vldocking

Documentation

The VLDocking tutorial can be found here https://github.com/akuhtz/vldocking/wiki/tutorial1

I found a bug; what can I do?

Feel free to fork this repo, and make a "pull request": http://help.github.com/send-pull-requests/. Ideally, write a test!

About

VLDocking - Java swing framework providing rich docking features

License:GNU Lesser General Public License v3.0


Languages

Language:Java 98.5%Language:HTML 1.5%