test sync, changed window title

This commit is contained in:
aj 2018-06-07 16:44:13 +01:00
parent 95177c77f4
commit b165bd5fe4

View File

@ -37,7 +37,7 @@ public class FmFramework extends Application {
// (new Thread(new TagCaller())).start();
stage.setMinHeight(800);
stage.setMinWidth(960);
stage.setTitle("fmframework");
stage.setTitle("fmframework - " + Reference.getUserName());
stage.setScene(scene);
stage.show();