Added Window Title
This commit is contained in:
parent
ffdd3e6dee
commit
fc768ab36f
|
@ -0,0 +1,18 @@
|
||||||
|
/HelveticaNeue-UltraLight.otf
|
||||||
|
/LiberationSerif-Regular.ttf
|
||||||
|
/back.png
|
||||||
|
/basics/
|
||||||
|
/edit.png
|
||||||
|
/guis/
|
||||||
|
/icon.ico
|
||||||
|
/icon.png
|
||||||
|
/lock.png
|
||||||
|
/main/
|
||||||
|
/manager/
|
||||||
|
/mod_quicklaunch/
|
||||||
|
/plus.png
|
||||||
|
/save.png
|
||||||
|
/scenes/
|
||||||
|
/trash.png
|
||||||
|
/unsaved.png
|
||||||
|
/update/
|
Binary file not shown.
|
@ -0,0 +1,6 @@
|
||||||
|
/run/
|
||||||
|
/customNodes/
|
||||||
|
/data/
|
||||||
|
/network/
|
||||||
|
/scenes/
|
||||||
|
/stages/
|
|
@ -17,6 +17,7 @@ public class AppStage extends Application{
|
||||||
Thread st = new Thread(new ServerThread(ls));
|
Thread st = new Thread(new ServerThread(ls));
|
||||||
st.start();
|
st.start();
|
||||||
primaryStage.setScene(new Scene(ls));
|
primaryStage.setScene(new Scene(ls));
|
||||||
|
primaryStage.setTitle("QuickLaunch Update Server");
|
||||||
primaryStage.setResizable(false);
|
primaryStage.setResizable(false);
|
||||||
primaryStage.show();
|
primaryStage.show();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue