Skip to content

Commit 48c2755

Browse files
Update UI.java
1 parent 4d1eef8 commit 48c2755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplejavacalculator/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class UI implements ActionListener {
6363
public UI() {
6464
frame = new JFrame("Calculator PH");
6565

66-
image = new ImageIcon("..//Simple-Java-Calculator-master/icon/icon.png");
66+
image = new ImageIcon("/icon/icon.png");
6767

6868
panel = new JPanel();
6969
panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));

0 commit comments

Comments
 (0)