Skip to content

Tags: RobertBColton/DockFX

Tags

0.4b

Toggle 0.4b's commit message
fix dock area indicator relative to scene

0.3b

Toggle 0.3b's commit message
apply floating property before undocked events generated

0.2b

Toggle 0.2b's commit message
Java 9 StageHelper Replacement

The ability to grab all stages was made private in Java 9 so I have to
improvise. My workaround for now is to just maintain a non-threadsafe
package-private statically-initialized list of all DockPanes to use for
scene graph traversal. This works because every Node, which DockPane is
a descendant of, knows its scene which in turn is aware of its stage.

0.1b

Toggle 0.1b's commit message
Fix Styleheet

Missed the other method.