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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java (file contents):
Revision 1.36 by ajm, Mon Mar 19 03:31:41 2001 UTC vs.
Revision 1.37 by ajm, Mon Mar 19 13:56:22 2001 UTC

# Line 256 | Line 256 | public class HostDisplayPanel extends JPanel {
256              gridbag.setConstraints(_extra, c);
257              _center.add(_extra);
258          }
259 +        
260 +        // a bit of a gap, then a banner to advertise the product
261 +        c.gridy=17;
262 +        Component spacer = Box.createRigidArea(new Dimension(468, 30));
263 +        gridbag.setConstraints(spacer,c);
264 +        _center.add(spacer);
265 +        c.gridy=18;
266 +        JLabel image = new JLabel(new ImageIcon("./resources/banner3.gif"));
267 +        gridbag.setConstraints(image,c);
268 +        _center.add(image);
269      }
270  
271   //---PUBLIC METHODS---

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines