Skip to content

Commit

Permalink
Update GUI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
karakasis authored Feb 12, 2018
1 parent c5d1ffc commit a66e2a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions STS/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ public GUI(ArrayList<String> log) {
imgStepL1M = new javax.swing.ImageIcon(this.getClass().getResource("/map/stepLeft/step1M.png"));
imgStepR0M = new javax.swing.ImageIcon(this.getClass().getResource("/map/stepRight/step0M.png"));
imgStepR1M = new javax.swing.ImageIcon(this.getClass().getResource("/map/stepRight/step1M.png"));
brute = new javax.swing.ImageIcon(this.getClass().getResource("/map/bruteforce.png"));
weight = new javax.swing.ImageIcon(this.getClass().getResource("/map/weight.png"));
/*
cursorInput = null;
try {
Expand All @@ -314,8 +316,7 @@ public GUI(ArrayList<String> log) {
cursor = newImage.createGraphics();
brute = new javax.swing.ImageIcon(this.getClass().getResource("/map/bruteforce.png"));
weight = new javax.swing.ImageIcon(this.getClass().getResource("/map/weight.png"));
// elsewhere
//setupLayout();
Expand Down

0 comments on commit a66e2a3

Please sign in to comment.