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/ProcessesDataComponent.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/ProcessesDataComponent.java (file contents):
Revision 1.3 by ajm, Sun Mar 18 14:43:39 2001 UTC vs.
Revision 1.4 by ajm, Sun Mar 18 16:28:53 2001 UTC

# Line 57 | Line 57 | public class ProcessesDataComponent extends VisibleDat
57          _item.setText("-uninitialised-");
58          add(_label);
59          add(_item);
60 +        setVisible(false);
61      }
62  
63   //---PUBLIC METHODS---
# Line 68 | Line 69 | public class ProcessesDataComponent extends VisibleDat
69       * run this method.
70       */
71      public void run() {
72 +        if(!isVisible()) {
73 +            setVisible(true);
74 +        }
75          _item.setText(_cache);
76      }
77      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines