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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java (file contents):
Revision 1.8 by ajm, Thu Mar 1 17:46:02 2001 UTC vs.
Revision 1.10 by ajm, Sun Mar 18 14:43:39 2001 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.ac.ukc.iscream.conient;
2 > package uk.org.iscream.conient;
3  
4   //---IMPORTS---
5 < import uk.ac.ukc.iscream.util.*;
6 < import uk.ac.ukc.iscream.conient.datacomponents.*;
5 > import uk.org.iscream.util.*;
6 > import uk.org.iscream.conient.datacomponents.*;
7   import javax.swing.*;
8   import javax.swing.border.*;
9   import java.util.*;
# Line 144 | Line 144 | public class QueueFrame extends JFrame {
144                      // note we ignore all other attributes
145                  }
146                  if(components.containsKey(dataKey)) {
147 <                    ((DataComponent) components.get(dataKey)).setValue(packet.getParam(dataKey));
147 >                    ((DataComponent) components.get(dataKey)).setValue(packet);
148                  }
149              }
150          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines