updates for 0.9.3
[debian/openrocket] / src / net / sf / openrocket / util / Icons.java
index 0ac74bd1d7aae797aa2a598458e8f3b5af25445d..fa2c25e778d6756a7c4013f81ac36646bf5060d3 100644 (file)
@@ -55,9 +55,11 @@ public class Icons {
 
        public static final Icon PREFERENCES = loadImageIcon("pix/icons/preferences.png", "Preferences");
 
+       public static final Icon DELETE = loadImageIcon("pix/icons/delete.png", "Delete");
        
        
-       private static ImageIcon loadImageIcon(String file, String name) {
+       
+       public static ImageIcon loadImageIcon(String file, String name) {
                URL url = ClassLoader.getSystemResource(file);
                if (url == null) {
                        System.err.println("Resource "+file+" not found!  Ignoring...");