I know that with JavaFX you can set the Stage min size using stage.setMinWidth() and stage.setMinHeight(), however, this will include the window bo
stage.setMinWidth()
stage.setMinHeight()
Inside void start(Stage primaryStage), put the following:
void start(Stage primaryStage)
primaryStage.initStyle(StageStyle.UNDECORATED);