Search code examples
windowjavafx-2resizablemovablejfxtras

Make JFXtras Window non moveable and resizeable


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

Thanks!


Solution

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

    setMovable(Boolean v);
    setResizableWindow(Boolean v);