From 2bf78f7c73892f3af113c9431d4b3c908ddcdb13 Mon Sep 17 00:00:00 2001 From: VladimirEliTokarev Date: Mon, 24 Oct 2016 16:47:38 +0300 Subject: [PATCH] Added the logging to the configuration parsing and the main --- VotersBallot.png | Bin 0 -> 1002 bytes .../VotingBoothConfigurationCreator.java | 8 ++++++++ .../voting/gui/managment/ChainBuilder.java | 8 +++++++- .../java/meerkat/voting/gui/managment/Main.java | 5 +++++ .../gui/managment/VotingBoothGUIManager.java | 11 +++-------- 5 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 VotersBallot.png diff --git a/VotersBallot.png b/VotersBallot.png new file mode 100644 index 0000000000000000000000000000000000000000..00ef817a3a3a8cc949a7b34260612e63cd9f026f GIT binary patch literal 1002 zcmXYwK}eKQ6os!ESfU$^nhKCx#k8@oNl~E&jfqGI&EO^^1k+~RsKjh^B?Q8i zS%?wXW+YG{SC%!9Tr-476cs|T3_-F+B;$78UvDx0+WBBGM! zruv&i`IYz{I$nU!L(BFP6;R9dcmqlzN5n)zq(tT`=g2WRA*bZbZ?Yq1Vj)&y^Jm48 zFo}>TiTSJQNSRbfmDHd_=E#^#$dn8Pv>^>GT*hhhef(nQ#5r}&d|On^j>WM$Hcx>~ zVJG55otTHhS!JiBzH!~y?+fJ0D24A7v&QE;F!v>^>G^U3*b z)L1HFK1ldOTU4r|hFoD66xb9~G31D(5dgSw96`e^qC_6R#BIa@CK!f8P(uvRxCtz9 zpfR)|ZGJ@lG`3M=8777x;SX(5shJ;OFn&)FOw`Xa7?Otya`)p6qV$YGI)2)LVUHYm z@WT(Vyn~<~p;c*VX($vbFE6jCsHm>44u`{$NTjy5HX4mKH8sUzv3NY* z*4Eb1(Sd1ocXuZeiDWX_+uNH;r3MEFhlYlRhlkVY^w`+g`1p7xlbM{HoSB)Kot@2Q zv#__cw6wguyuQA^xw*Nsv$MCim&@gjj*iY(b visualPanelsMap; private Stage currentStage; @@ -35,10 +35,7 @@ public class VotingBoothGUIManager extends Application implements VotingBoothUI * @throws IOException */ private void doStartNewSession(Stage primaryStage) throws IOException { - this.visualPanelsMap = ChainBuilder.Build(primaryStage, new VotingBoothConfiguration()); - this.currentStage = primaryStage; - this.currentStage.setTitle("Voting Booth"); - this.currentStage.show(); + } /** @@ -52,8 +49,6 @@ public class VotingBoothGUIManager extends Application implements VotingBoothUI } - - /** * Method that activates the application and passes to start the primary stage (can be called outside this class) * @param args array of strings to pass to the start method as argument