문제

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

Thanks!

도움이 되었습니까?

해결책

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

setMovable(Boolean v);
setResizableWindow(Boolean v);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top