Add version to window header.
This commit is contained in:
parent
c1d5b72b08
commit
387f3d0835
2 changed files with 1 additions and 2 deletions
1
pom.xml
1
pom.xml
|
@ -181,5 +181,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
|
@ -34,7 +34,7 @@ public class NSLMain extends Application {
|
||||||
new Image(getClass().getResourceAsStream("/res/app_icon128x128.png"))
|
new Image(getClass().getResourceAsStream("/res/app_icon128x128.png"))
|
||||||
);
|
);
|
||||||
|
|
||||||
primaryStage.setTitle("NS-USBloader");
|
primaryStage.setTitle("NS-USBloader "+appVersion);
|
||||||
primaryStage.setMinWidth(600);
|
primaryStage.setMinWidth(600);
|
||||||
primaryStage.setMinHeight(375);
|
primaryStage.setMinHeight(375);
|
||||||
Scene mainScene = new Scene(root, 800, 400);
|
Scene mainScene = new Scene(root, 800, 400);
|
||||||
|
|
Loading…
Reference in a new issue