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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/DataPanel.java (file contents):
Revision 1.2 by ajm, Mon Jan 22 03:03:39 2001 UTC vs.
Revision 1.3 by ajm, Mon Jan 22 04:45:58 2001 UTC

# Line 21 | Line 21 | public class DataPanel extends JPanel implements Runna
21              while(true) {
22                  
23                  String xml = (String) _dataQueue.get(_myQueue);
24 +                SwingClient.setQueueStatus(_dataQueue.queueSize(_myQueue), _dataQueue.elementCount());
25                  if (xml == null) {
26                      // shouldn't really happen...but not sure
27                      //_status.insert("No XML to update...",0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines