package jalview.gui; import javax.swing.ImageIcon; import jalview.util.ChannelProperties; public class WindowIcons { protected static final ImageIcon logoIcon = new ImageIcon( ChannelProperties.getImage("logo.32")); protected static final ImageIcon plainIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/plainIcon.png")); protected static final ImageIcon alignmentIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/alignmentIcon.png")); protected static final ImageIcon featuresIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/featuresIcon.png")); protected static final ImageIcon fetchIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/fetchIcon.png")); protected static final ImageIcon annotationIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/annotationIcon.png")); protected static final ImageIcon overviewIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/overviewIcon.png")); protected static final ImageIcon treeIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/treeIcon.png")); protected static final ImageIcon structureIcon = new ImageIcon( WindowIcons.class .getResource("/images/windowIcons/structureIcon.png")); }