Juan
11/19/2017, 11:21 PMoverride fun start(stage: Stage) {
super.start(stage)
stage.isResizable = false
}
and then when replacing the window I should make the window resizable again through a parameter?carlw
11/19/2017, 11:38 PMJuan
11/20/2017, 12:16 AM