Skip to content

Commit

Permalink
switch to not deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Jun 28, 2022
1 parent ca26e93 commit 7abcca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/justint/usdidea/util/USDIcons.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
import javax.swing.*;

public class USDIcons {
public static final Icon FILE = IconLoader.getIcon("/com/justint/usdidea/icons/usd-file.svg");
public static final Icon FILE = IconLoader.getIcon("/com/justint/usdidea/icons/usd-file.svg", USDIcons.class);
}

0 comments on commit 7abcca0

Please sign in to comment.