Skip to content

andy-goryachev/FxDock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FxDock

This library was created to provide JavaFX developers with a simple docking framework that works well on Mac, Windows, and Linux with multiple monitors.

screenshot

License

This project and its source code is licensed under the Apache License 2.0 and you should feel free to make adaptations of this work. Please see the included LICENSE file for further details.

Try It

Download and run FxDockDemo.jar. To avoid messing with the module paths and separate OpenJFX runtime, one can install JDK FX from Azul.

How to Use the Library

The library requires JDK 21+ with JavaFX 21+.

Please refer to HOWTO.md for detailed instructions on how to use the FxDock docking framework in your project.

Release Notes

Similar Projects

(in alphabetical order)

AnchorFX by Alessio Vinerbi (LGPL v.3).

Drombler FX (CDDL v.1.0)

DockFX by Robert B. Colton (LGPL v.3).