/*
 * wInputData.java
 *
 * Created on 17 de Maio de 2008, 14:59
 */

package sistema;

/**
 *
 * @author  awolf
 */
public class wInputData extends javax.swing.JPanel {
    
    /** Creates new form wInputData */
    public wInputData() {
        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.
     */
    // <editor-fold defaultstate="collapsed" desc=" Código Gerado ">//GEN-BEGIN:initComponents
    private void initComponents() {
        jTextField1 = new javax.swing.JTextField();
        jButton1 = new javax.swing.JButton();

        setLayout(new java.awt.BorderLayout());

        jTextField1.setText("jTextField1");
        add(jTextField1, java.awt.BorderLayout.CENTER);

        jButton1.setText("jButton1");
        add(jButton1, java.awt.BorderLayout.WEST);

    }// </editor-fold>//GEN-END:initComponents
    
    
    // Declaração de variáveis - não modifique//GEN-BEGIN:variables
    private javax.swing.JButton jButton1;
    private javax.swing.JTextField jTextField1;
    // Fim da declaração de variáveis//GEN-END:variables
    
}
