Skip to content
Snippets Groups Projects
Commit 3a955142 authored by Eirik Martin Danielsen's avatar Eirik Martin Danielsen 💬
Browse files

snack

parent 0206813d
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.load(getClass().getResource("sample.fxml"));
primaryStage.setTitle("Hello World");
primaryStage.setScene(new Scene(root, 300, 275));
primaryStage.setTitle("Hurl your thoughts");
primaryStage.setScene(new Scene(root, 1920, 1080));
primaryStage.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