https://github.com/andy-goryachev/fxdock
Docking framework for JavaFX (Work in Progress)
https://github.com/andy-goryachev/fxdock
docking-framework javafx javafx-application javafx-frameworks javafx-gui javafx-library
Last synced: 14 days ago
JSON representation
Docking framework for JavaFX (Work in Progress)
- Host: GitHub
- URL: https://github.com/andy-goryachev/fxdock
- Owner: andy-goryachev
- License: bsd-2-clause
- Created: 2016-04-24T19:51:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T06:07:17.000Z (about 1 month ago)
- Last Synced: 2025-04-10T03:53:31.455Z (14 days ago)
- Topics: docking-framework, javafx, javafx-application, javafx-frameworks, javafx-gui, javafx-library
- Language: Java
- Homepage:
- Size: 4.93 MB
- Stars: 47
- Watchers: 11
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## Try It
Download and run [FxDockDemo.jar](https://github.com/andy-goryachev/FxDock/raw/master/dist/FxDockDemo.jar).
To avoid messing with the module paths and separate OpenJFX runtime, one can install
[JDK FX](https://www.azul.com/downloads/?package=jdk-fx#zulu)
from Azul.## How to Use the Library
The library requires JDK 21+ with JavaFX 21+.
Please refer to [HOWTO.md](doc/HOWTO.md) for detailed instructions on how to use the FxDock docking framework in your project.
[Release Notes](https://github.com/andy-goryachev/FxDock/blob/master/doc/ReleaseNotes.md)
## Similar Projects
(in alphabetical order)
[AnchorFX](https://github.com/alexbodogit/AnchorFX) by Alessio Vinerbi (LGPL v.3).
[Drombler FX](http://www.drombler.org/drombler-fx/) (CDDL v.1.0)
[DockFX](https://github.com/RobertBColton/DockFX) by Robert B. Colton (LGPL v.3).
## License
This project and its source code is licensed under the [BSD 2-Clause "Simplified" License](LICENSE).