Update to new trade process UI

This commit is contained in:
Manfred Karrer 2014-09-23 22:20:30 +02:00
parent a650aef811
commit f80758ca34
81 changed files with 2785 additions and 1418 deletions

View file

@ -128,6 +128,9 @@ public class BitSquare extends Application {
primaryStage.setMinWidth(750);
primaryStage.setMinHeight(500);
Profiler.initScene(primaryStage.getScene());
primaryStage.show();
} catch (IOException e) {
log.error(e.getMessage());