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 4d1eef8 commit 48c2755Copy full SHA for 48c2755
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("..//Simple-Java-Calculator-master/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