/* * JPanel_1.java * * Created on March 20, 2003, 6:43 PM */ /** * * @author gfisher */ public class JPanel_1 extends javax.swing.JPanel { /** Creates new form JPanel_1 */ public JPanel_1() { initComponents(); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ private void initComponents() {//GEN-BEGIN:initComponents setLayout(new java.awt.BorderLayout()); }//GEN-END:initComponents // Variables declaration - do not modify//GEN-BEGIN:variables // End of variables declaration//GEN-END:variables }