test sync, changed window title
This commit is contained in:
parent
95177c77f4
commit
b165bd5fe4
@ -37,7 +37,7 @@ public class FmFramework extends Application {
|
|||||||
// (new Thread(new TagCaller())).start();
|
// (new Thread(new TagCaller())).start();
|
||||||
stage.setMinHeight(800);
|
stage.setMinHeight(800);
|
||||||
stage.setMinWidth(960);
|
stage.setMinWidth(960);
|
||||||
stage.setTitle("fmframework");
|
stage.setTitle("fmframework - " + Reference.getUserName());
|
||||||
stage.setScene(scene);
|
stage.setScene(scene);
|
||||||
stage.show();
|
stage.show();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user