Update ShipWarfareGUI.java

added title
This commit is contained in:
Vikramb987
2019-03-25 12:49:43 -06:00
committed by GitHub
parent dc28fb504d
commit 45d6d794f9

View File

@@ -518,6 +518,7 @@ public class ShipWarfareGUI extends Player {
primaryStage.setResizable(false);
primaryStage.setTitle("Ship Warfare");
primaryStage.setScene(scene);
primaryStage.show();
continueButton.setOnAction(new EventHandler<ActionEvent>() {