Question

Is there a way to make a JFXtras Window (jfxtras.labs.scene.control.window.Window) non-resizable and non-movable?

Thanks!

Was it helpful?

Solution

The jfxtras.labs.scene.control.window.Window got an update, added the following methods:

setMovable(Boolean v);
setResizableWindow(Boolean v);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top