We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7ffed commit 20daa69Copy full SHA for 20daa69
src/simplejavacalculator/UI.java
@@ -63,7 +63,7 @@ public class UI implements ActionListener {
63
public UI() {
64
frame = new JFrame("Calculator PH");
65
66
- image = new ImageIcon("icon/icon.png");
+ image = new ImageIcon("..//icon/icon.png");
67
68
panel = new JPanel();
69
panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));
0 commit comments