/* * Find.java * * Created on May 9, 2005, 4:57 PM */ package usability; /** * * @author Lubo */ public class Find extends javax.swing.JPanel { /** Creates new form Find */ public Find() { 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. */ // //GEN-BEGIN:initComponents private void initComponents() { jLabel1 = new javax.swing.JLabel(); jCheckBox1 = new javax.swing.JCheckBox(); jCheckBox2 = new javax.swing.JCheckBox(); jTextField1 = new javax.swing.JTextField(); jPanel1 = new javax.swing.JPanel(); org.openide.awt.Mnemonics.setLocalizedText(jLabel1, "jLabel1"); org.openide.awt.Mnemonics.setLocalizedText(jCheckBox1, "jCheckBox1"); jCheckBox1.setBorder(new javax.swing.border.EmptyBorder(new java.awt.Insets(0, 0, 0, 0))); jCheckBox1.setMargin(new java.awt.Insets(0, 0, 0, 0)); org.openide.awt.Mnemonics.setLocalizedText(jCheckBox2, "jCheckBox2"); jCheckBox2.setBorder(new javax.swing.border.EmptyBorder(new java.awt.Insets(0, 0, 0, 0))); jCheckBox2.setMargin(new java.awt.Insets(0, 0, 0, 0)); jTextField1.setText("jTextField1"); org.jdesktop.layoutext.NestedLayout jPanel1Layout = new org.jdesktop.layoutext.NestedLayout(jPanel1); jPanel1.setLayout(jPanel1Layout); jPanel1Layout.setHorizontalGroup( jPanel1Layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.LEADING) ); jPanel1Layout.setVerticalGroup( jPanel1Layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.LEADING) ); org.jdesktop.layoutext.NestedLayout layout = new org.jdesktop.layoutext.NestedLayout(this); this.setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.LEADING) .add(org.jdesktop.layoutext.NestedLayout.LEADING, layout.createSequentialGroup() .add(12, 12, 12) .add(layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.LEADING) .add(org.jdesktop.layoutext.NestedLayout.LEADING, layout.createSequentialGroup() .add(jLabel1, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE) .add(6, 6, 6) .add(jTextField1, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, 272, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE)) .add(org.jdesktop.layoutext.NestedLayout.LEADING, layout.createSequentialGroup() .add(layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.LEADING, false) .add(jCheckBox1, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE) .add(jCheckBox2, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE)) .add(6, 6, 6) .add(jPanel1, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, 100, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE))) .add(76, 76, 76)) ); layout.setVerticalGroup( layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.LEADING) .add(org.jdesktop.layoutext.NestedLayout.LEADING, layout.createSequentialGroup() .add(12, 12, 12) .add(layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.BASELINE) .add(jLabel1, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE) .add(jTextField1, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE)) .add(6, 6, 6) .add(layout.createParallelGroup(org.jdesktop.layoutext.NestedLayout.LEADING, false) .add(org.jdesktop.layoutext.NestedLayout.LEADING, layout.createSequentialGroup() .add(jCheckBox1, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE) .add(6, 6, 6) .add(jCheckBox2, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, org.jdesktop.layoutext.NestedLayout.PREFERRED_SIZE)) .add(org.jdesktop.layoutext.NestedLayout.TRAILING, jPanel1, org.jdesktop.layoutext.NestedLayout.DEFAULT_SIZE, 36, Short.MAX_VALUE)) .add(12, 227, Short.MAX_VALUE)) ); } // //GEN-END:initComponents // Variables declaration - do not modify//GEN-BEGIN:variables private javax.swing.JCheckBox jCheckBox1; private javax.swing.JCheckBox jCheckBox2; private javax.swing.JLabel jLabel1; private javax.swing.JPanel jPanel1; private javax.swing.JTextField jTextField1; // End of variables declaration//GEN-END:variables }