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.43 by tdb, Tue May 28 15:38:29 2002 UTC vs.
Revision 1.44 by tdb, Mon Jun 10 12:06:08 2002 UTC

# Line 227 | Line 227 | public class HostDisplayPanel extends JPanel {
227          memory.setLayout(new BoxLayout(memory, BoxLayout.Y_AXIS));        
228          addVisibleDataComponent(memory, new StorageDataComponent("Memory in use", "packet.memory.free", "packet.memory.total","Mb"));
229          addVisibleDataComponent(memory, new StorageDataComponent("Swap in use", "packet.swap.free", "packet.swap.total", "Mb"));
230 +        addVisibleDataComponent(memory, new StringDataComponent("Number of pages in", "packet.pages.swapins"));
231 +        addVisibleDataComponent(memory, new StringDataComponent("Number of pages out", "packet.pages.swapouts"));
232          // theses next two are DataComponents, but not VisibleDataComponents
233          // this is because they hold the value but do NOT display it
234          // just so we ignore the data, because the StorageDataComponent handles it

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines