Added Window Title
This commit is contained in:
6
QuickLaunchUpdateServer/bin/.gitignore
vendored
Normal file
6
QuickLaunchUpdateServer/bin/.gitignore
vendored
Normal file
@@ -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));
|
||||
st.start();
|
||||
primaryStage.setScene(new Scene(ls));
|
||||
primaryStage.setTitle("QuickLaunch Update Server");
|
||||
primaryStage.setResizable(false);
|
||||
primaryStage.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user