Update ShipWarfareGUI.java
added title
This commit is contained in:
@@ -518,6 +518,7 @@ public class ShipWarfareGUI extends Player {
|
|||||||
|
|
||||||
primaryStage.setResizable(false);
|
primaryStage.setResizable(false);
|
||||||
|
|
||||||
|
primaryStage.setTitle("Ship Warfare");
|
||||||
primaryStage.setScene(scene);
|
primaryStage.setScene(scene);
|
||||||
primaryStage.show();
|
primaryStage.show();
|
||||||
continueButton.setOnAction(new EventHandler<ActionEvent>() {
|
continueButton.setOnAction(new EventHandler<ActionEvent>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user