Archived
0

helper window is alwaysOnTop

This commit is contained in:
iMoHax
2015-10-08 12:04:09 +03:00
parent 6f7bf5b308
commit 52b6f0b840

View File

@@ -63,6 +63,7 @@ public class HelperController {
if (stage == null){
stage = new Stage();
stage.setScene(new Scene(content));
stage.setAlwaysOnTop(true);
stage.show();
} else {
stage.show();