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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/CPUDataComponent.java (file contents):
Revision 1.5 by ajm, Mon Jan 29 12:23:25 2001 UTC vs.
Revision 1.6 by ajm, Mon Jan 29 13:58:45 2001 UTC

# Line 42 | Line 42 | public class CPUDataComponent extends VisibleDataCompo
42          _label = new JLabel(_name + ": ");
43          _label.setHorizontalAlignment(JLabel.RIGHT);
44          setLayout(new GridLayout(1, 2));
45 +        _item.setString("-uninitialised-");
46          add(_label);
47          add(_item);
48      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines