Skip to content

Commit

Permalink
Change Window Title
Browse files Browse the repository at this point in the history
  • Loading branch information
brp14005 committed Feb 3, 2016
1 parent bb729e5 commit 2e4e5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.load(getClass().getResource("StartPage.fxml"));
primaryStage.setTitle("Hello World");
primaryStage.setTitle("Iron-gate!");
primaryStage.setScene(new Scene(root, 300, 275));
primaryStage.show();
}
Expand Down

0 comments on commit 2e4e5d7

Please sign in to comment.