Skip to content

Commit

Permalink
Next target version to be 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Sep 23, 2024
1 parent 684bb4c commit e746bde
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See https://code.google.com/p/vldocking/ for more information.
* 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)
* Allow customization with key-value in `UIDefaults defaults = UIManager.getDefaults()` table in `LookAndFeel#getDefaults`.
* Released version 4.0.0 with the above changes
* Released version 3.1.0 with the above changes
* More changes in CHANGELOG.md

Changes introduced by cmadsen/vldocking:
Expand All @@ -36,17 +36,16 @@ Changes introduced by cmadsen/vldocking:
Add this to your `build.gradle` file's `dependencies` block:

```
implementation 'org.omegat:vldocking:4.0.0'
implementation 'org.omegat:vldocking:3.1.0'
```

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

![](https://vldocking.readthedocs.io/en/latest/vldocking3.jpg)

License and copyright
Expand Down

0 comments on commit e746bde

Please sign in to comment.