--- projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java 2003/03/06 12:15:52 1.48 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java 2003/03/09 23:51:51 1.49 @@ -50,7 +50,7 @@ import javax.swing.ImageIcon; * values in the packet. * * @author $Author: tdb $ - * @version $Id: HostDisplayPanel.java,v 1.48 2003/03/06 12:15:52 tdb Exp $ + * @version $Id: HostDisplayPanel.java,v 1.49 2003/03/09 23:51:51 tdb Exp $ */ public class HostDisplayPanel extends JPanel { @@ -59,7 +59,7 @@ public class HostDisplayPanel extends JPanel { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.48 $"; + public final String REVISION = "$Revision: 1.49 $"; //---STATIC METHODS--- @@ -221,7 +221,7 @@ public class HostDisplayPanel extends JPanel { memory.setLayout(new BoxLayout(memory, BoxLayout.Y_AXIS)); addVisibleDataComponent(memory, new StorageDataComponent("Memory in use", "packet.memory.free", "packet.memory.total", "Mb", 1024*1024)); addVisibleDataComponent(memory, new StorageDataComponent("Swap in use", "packet.swap.free", "packet.swap.total", "Mb", 1024*1024)); - addVisibleDataComponent(memory, new IODataComponent("Pages in/out", "packet.pages.swapins", "packet.pages.swapouts")); + addVisibleDataComponent(memory, new IODataComponent("Pages in/out", "packet.pages.pageins", "packet.pages.pageouts")); // theses next two are DataComponents, but not VisibleDataComponents // this is because they hold the value but do NOT display it // just so we ignore the data, because the StorageDataComponent handles it