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.13 by ajm, Mon Feb 26 00:25:00 2001 UTC vs.
Revision 1.14 by ajm, Tue Feb 27 03:09:59 2001 UTC

# Line 65 | Line 65 | public class DataPanel extends JPanel implements Runna
65                      XMLPacket packet = xmlPacketMaker.createXMLPacket();
66  
67                      // if we want to debug the packets
68 <                    if(Configuration.getInstance().getProperty("packetDump") != null) {
68 >                    if(!Configuration.getInstance().getProperty("packetDump").equals("0")) {
69                          System.out.println("[DEBUG]\n" + packet.printAll());
70                      }
71                      
# Line 85 | Line 85 | public class DataPanel extends JPanel implements Runna
85                          }
86                      } else if (packetType.equals("queueStat")) {
87                          // check to config to see if we want queueStat packets to be processed or not
88 <                        if(Configuration.getInstance().getProperty("displayQueueInformation") != null) {
88 >                        if(!Configuration.getInstance().getProperty("displayQueueInformation").equals("0")) {
89                              if (qFrame == null) {
90                                  qFrame = new QueueFrame();
91                              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines