Skip to content
Snippets Groups Projects
Commit f938db49 authored by Eirik Martin Danielsen's avatar Eirik Martin Danielsen :speech_balloon:
Browse files

Eirik!

parent 3a955142
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ public class Main extends Application {
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.load(getClass().getResource("sample.fxml"));
primaryStage.setTitle("Hurl your thoughts");
primaryStage.setScene(new Scene(root, 1920, 1080));
primaryStage.setScene(new Scene(root, 700, 498));
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