Skip to content
Snippets Groups Projects
Commit 45a85940 authored by Simon Jensen's avatar Simon Jensen
Browse files

Maximized stage to fill the screen

parent 46f5cb3c
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!65Maximized stage to fill the screen
Pipeline #76657 failed
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment