Skip to content
Snippets Groups Projects

Maximized stage to fill the screen

Merged Simon Jensen requested to merge stage-maximize into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -19,6 +19,7 @@ public class App extends Application {
public void start(Stage stage) throws IOException {
ex = new DataExchange();
scene = new Scene(loadFXML("login"));
stage.setMaximized(true);
stage.setScene(scene);
stage.show();
}
Loading