Add System notification (simulated not OS native)

This commit is contained in:
Manfred Karrer 2014-09-25 02:40:57 +02:00
parent 4f43033439
commit 1a6fb9f5b5
13 changed files with 1086 additions and 8 deletions

View file

@ -130,6 +130,7 @@ public class BitSquare extends Application {
Profiler.initScene(primaryStage.getScene());
// primaryStage.setOnCloseRequest(observable -> stop());
primaryStage.show();
} catch (IOException e) {