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 bb50a5f commit 77d69e2Copy full SHA for 77d69e2
src/main/java/the/bytecode/club/jda/Resources.java
@@ -36,7 +36,6 @@ public class Resources {
36
public static ImageIcon javaIcon = new ImageIcon(Resources.class.getClass().getResource("/java.png"));
37
38
public static ImageIcon fileNavigatorIcon = new ImageIcon(Resources.class.getClass().getResource("/icon.png"));
39
- public static ImageIcon workPaneIcon = new ImageIcon(Resources.class.getClass().getResource("/icon.png"));
40
41
public static ArrayList<BufferedImage> iconList;
42
public static BufferedImage icon;
0 commit comments