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.11 by ajm, Sun Mar 18 17:33:08 2001 UTC vs.
Revision 1.12 by ajm, Mon Mar 19 01:38:16 2001 UTC

# Line 34 | Line 34 | public class QueueFrame extends JFrame {
34      public QueueFrame() {
35          super("Server Queue Status");
36          //addVisibleDataComponent(_conent, new StringDataComponent("Host Name", "packet.attributes.machine_name"));
37 <        JScrollPane scrollPane = new JScrollPane(_content);
37 >        JScrollPane scrollPane = new JScrollPane(_content,JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED , JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
38          getContentPane().add(scrollPane, "Center");
39          JButton close = new JButton("Close Window");
40          close.addActionListener(new ActionListener() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines