JAL-3416 More JInternalFrame icons
[jalview.git] / src / jalview / gui / WindowIcons.java
index 61599df..0e74785 100644 (file)
@@ -40,4 +40,8 @@ public class WindowIcons
   protected static final ImageIcon structureIcon = new ImageIcon(
           WindowIcons.class
                   .getResource("/images/windowIcons/structureIcon.png"));
+
+  protected static final ImageIcon splitIcon = new ImageIcon(
+          WindowIcons.class
+                  .getResource("/images/windowIcons/splitIcon.png"));
 }