Releases: RobertBColton/DockFX
Releases · RobertBColton/DockFX
0.4 Beta
0.3 Beta
Java 9 Beta
This release fixes a few issues with building the project in Java 9 and with newer Maven. There is only one incompatible change and that is that, for now, only a stage that has a DockPane will receive docking events. This is a workaround for StageHelper being made non-public API in Java 9.
Public Beta
Improved stage dragging responsiveness on systems with implementations that have poor JavaFX performance which is the case with most Linux releases so far. This fixes the behavior of dragging the window out of maximized and removes the need for custom maximize/restore functionality. Also addresses issues with the indicator overlays appearing in odd locations on screen for brief periods of time.