diff src/main/java/alice/test/topology/aquarium/fx/Aquarium.java @ 618:41a5977e754c dispose

aquarium
author suruga
date Wed, 26 Jul 2017 16:17:33 +0900
parents 5a9b83c64ddf
children 0960dd991266
line wrap: on
line diff
--- a/src/main/java/alice/test/topology/aquarium/fx/Aquarium.java	Mon Jul 24 19:35:01 2017 +0900
+++ b/src/main/java/alice/test/topology/aquarium/fx/Aquarium.java	Wed Jul 26 16:17:33 2017 +0900
@@ -31,7 +31,7 @@
 
     @Override
     public void start(Stage primaryStage) throws IOException {
-        final String myName = getParameters().getRaw().get(0); // name
+        String myName = getParameters().getRaw().get(0); // name
         primaryStage.setTitle("Aquarium "+ myName);
         primaryStage.setResizable(false);
         primaryStage.setOnCloseRequest(new EventHandler<WindowEvent>(){