package Bugs.bugs_more_12000; /* * _jinternalframe.java * * Created on May 9, 2001, 10:29 AM */ /** * * @author mm119185 */ public class bug_12084 extends javax.swing.JInternalFrame { /** Creates new form _jinternalframe */ public bug_12084() { 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 jToolBar1 = new javax.swing.JToolBar(); jToggleButton2 = new javax.swing.JToggleButton(); getContentPane().setLayout(new org.netbeans.lib.awtextra.AbsoluteLayout()); jToggleButton2.setText("jToggleButton2"); jToolBar1.add(jToggleButton2); getContentPane().add(jToolBar1, new org.netbeans.lib.awtextra.AbsoluteConstraints(70, 110, -1, -1)); pack(); }//GEN-END:initComponents // Variables declaration - do not modify//GEN-BEGIN:variables private javax.swing.JToolBar jToolBar1; private javax.swing.JToggleButton jToggleButton2; // End of variables declaration//GEN-END:variables }