Skip to content

Commit

Permalink
Fixed icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodoSynthesis05 committed May 26, 2023
1 parent 1c8848d commit aae1904
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed icons/stonks.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/model/Work.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class Work extends JFrame {
public Work() throws IOException {

try {
String stonksPath = iconPackPath + "//stonks.png";
String stonksPath = iconPackPath + "//stopwatch.png";
setIconImage(ImageIO.read(new File(stonksPath)));
} catch (IOException ex) {
Logger.getLogger(Work.class.getName()).log(Level.SEVERE, null, ex);
Expand Down

0 comments on commit aae1904

Please sign in to comment.