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.52 by tdb, Sun Aug 1 10:40:06 2004 UTC vs.
Revision 1.53 by tdb, Sat Apr 16 15:08:02 2005 UTC

# Line 287 | Line 287 | public class HostDisplayPanel extends JPanel {
287              gridbag.setConstraints(_extra, c);
288              _center.add(_extra);
289          }
290        
291        // a bit of a gap, then a banner to advertise the product
292        c.gridy=20;
293        Component spacer = Box.createRigidArea(new Dimension(468, 30));
294        gridbag.setConstraints(spacer,c);
295        _center.add(spacer);
296        c.gridy=21;
297        JLabel image = new JLabel(new ImageIcon(getClass().getResource("/resources/banner3.gif")));
298        gridbag.setConstraints(image,c);
299        _center.add(image);
290      }
291  
292   //---PUBLIC METHODS---

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines