mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
resizable true
This commit is contained in:
@@ -38,13 +38,15 @@ public final class App extends Application {
|
||||
stage.setWidth(1080);
|
||||
stage.setHeight(720);
|
||||
|
||||
stage.setMinWidth(1080);
|
||||
stage.setMinHeight(720);
|
||||
stage.setOnCloseRequest(event -> {
|
||||
event.consume();
|
||||
startQuit();
|
||||
});
|
||||
|
||||
stage.setScene(scene);
|
||||
stage.setResizable(false);
|
||||
stage.setResizable(true);
|
||||
|
||||
stage.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user