Pregunta

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

Thanks!

¿Fue útil?

Solución

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

setMovable(Boolean v);
setResizableWindow(Boolean v);
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top