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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java (file contents):
Revision 1.13 by ajm, Mon Jan 22 12:48:38 2001 UTC vs.
Revision 1.14 by tdb, Mon Jan 22 19:35:36 2001 UTC

# Line 62 | Line 62 | public class SwingClient extends JFrame {
62              public void windowClosing(WindowEvent e) {System.exit(0);}
63          });
64  
65        
66        // build the frame
65          getContentPane().add(control, "North");
66 <        getContentPane().add(data, "Center");
66 >        
67 >        JScrollPane scrollPane = new JScrollPane(data);
68 >        getContentPane().add(scrollPane, "Center");
69 >        
70          
71          JPanel bottom = new JPanel();
72          bottom.setLayout(new BorderLayout());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines