00001 /* 00002 * banner.java 00003 * 00004 * Created on 25 June 2003, 13:16 00005 */ 00006 00007 package DisplayGUI; 00008 00013 public class banner extends javax.swing.JPanel { 00014 00016 public banner() { 00017 initComponents(); 00018 } 00019 00025 private void initComponents() {//GEN-BEGIN:initComponents 00026 00027 setLayout(new java.awt.FlowLayout(java.awt.FlowLayout.LEFT)); 00028 00029 setBackground(new java.awt.Color(255, 255, 255)); 00030 }//GEN-END:initComponents 00031 00032 00033 // Variables declaration - do not modify//GEN-BEGIN:variables 00034 // End of variables declaration//GEN-END:variables 00035 00036 }