hkmoon / DockFX

A fully featured docking library for the JavaFX platform.
GNU Lesser General Public License v3.0
6 stars 19 forks source link

Master branch does not compile #8

Closed jdall closed 5 years ago

jdall commented 7 years ago

Commit https://github.com/hkmoon/DockFX/commit/767b528edb70ef4f3b4b05be04e2461b41d59b87 does not compile.

The line "dp1.setExclusive(true);" in org.dockfx.demo.TwoDockPanes causes this. Easily fixed by commenting out the line.