--- projects/cms/source/conient/uk/org/iscream/cms/conient/DataPanel.java 2002/05/21 16:47:10 1.28 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/DataPanel.java 2003/01/31 17:05:50 1.29 @@ -47,7 +47,7 @@ import javax.swing.ListSelectionModel; * to update its data. * * @author $Author: tdb $ - * @version $Id: DataPanel.java,v 1.28 2002/05/21 16:47:10 tdb Exp $ + * @version $Id: DataPanel.java,v 1.29 2003/01/31 17:05:50 tdb Exp $ */ public class DataPanel extends JSplitPane implements Runnable { @@ -56,7 +56,7 @@ public class DataPanel extends JSplitPane implements R /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.28 $"; + public final String REVISION = "$Revision: 1.29 $"; //---STATIC METHODS--- @@ -312,7 +312,7 @@ public class DataPanel extends JSplitPane implements R /** * An icon to represent a host */ - private ImageIcon _serverIcon = new ImageIcon("./uk/ac/ukc/iscream/conient/server.gif"); + private ImageIcon _serverIcon = new ImageIcon(getClass().getResource("/resources/server.gif")); /** * A frame to display Queue information