ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java (file contents):
Revision 1.49 by tdb, Sun Mar 9 23:51:51 2003 UTC vs.
Revision 1.50 by tdb, Tue Mar 11 16:22:48 2003 UTC

# Line 225 | Line 225 | public class HostDisplayPanel extends JPanel {
225          // theses next two are DataComponents, but not VisibleDataComponents
226          // this is because they hold the value but do NOT display it
227          // just so we ignore the data, because the StorageDataComponent handles it
228 <        addDataComponent(new StringDataComponent("packet.pages.swapouts", "packet.pages.swapouts"));
228 >        addDataComponent(new StringDataComponent("packet.pages.swapouts", "packet.pages.pageouts"));
229          addDataComponent(new StringDataComponent("packet.memory.total", "packet.memory.total"));
230          addDataComponent(new StringDataComponent("packet.memory.used", "packet.memory.used"));
231          // maybe this one should be used somewhere?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines