Added Window Title
This commit is contained in:
@@ -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