JAL-3416 File Chooser iconified, JvOptionPanes iconified, other internal frames and...
[jalview.git] / src / jalview / gui / WindowIcons.java
index 0e74785..b735667 100644 (file)
@@ -6,8 +6,8 @@ import jalview.util.ChannelProperties;
 
 public class WindowIcons
 {
-  protected static final ImageIcon logoIcon = new ImageIcon(
-          ChannelProperties.getImage("logo.32"));
+  public static final ImageIcon logoIcon = new ImageIcon(
+          ChannelProperties.getImage("logo.16"));
 
   protected static final ImageIcon plainIcon = new ImageIcon(
           WindowIcons.class
@@ -44,4 +44,8 @@ public class WindowIcons
   protected static final ImageIcon splitIcon = new ImageIcon(
           WindowIcons.class
                   .getResource("/images/windowIcons/splitIcon.png"));
+
+  protected static final ImageIcon preferencesIcon = new ImageIcon(
+          WindowIcons.class
+                  .getResource("/images/windowIcons/preferencesIcon.png"));
 }