Hi, amazing tool to work with, thank you a lot.
I was wondering if it there was a way to disable resizing/maximizing of the stage.
I tried to use setResizeable() but I suppose you are overriding this function since you rewrote the whole resizing process yourself.
I also tried to listen for attempts to maximize then set maximize to false but your codes set it back to true.
Custom Stage itself is a private class so I cannot extend/override it.
Any idea ?
Hi, amazing tool to work with, thank you a lot.
I was wondering if it there was a way to disable resizing/maximizing of the stage.
I tried to use
setResizeable()but I suppose you are overriding this function since you rewrote the whole resizing process yourself.I also tried to listen for attempts to maximize then set maximize to false but your codes set it back to true.
Custom Stage itself is a private class so I cannot extend/override it.
Any idea ?