Nomm
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package VILLARREAL.JAVA.PRINCIPAL;
/**
*
* @author yeltsin
*/
public classFrmPrincipal extends javax.swing.JFrame {
/**
* Creates new form FrmPrincipal
*/
public FrmPrincipal() {
initComponents();
}
/**
* This method is calledfrom 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.
*/@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">
private void initComponents() {
lblHoras = newjavax.swing.JLabel();
lblMinutos = new javax.swing.JLabel();
lblSillas = new javax.swing.JLabel();
txtHoras = new javax.swing.JTextField();
txtMinutos = newjavax.swing.JTextField();
txtSillas = new javax.swing.JTextField();
btnProcesar = new javax.swing.JButton();
barra = new javax.swing.JScrollPane();
txtarea = newjavax.swing.JTextArea();
btnmostrar = new javax.swing.JButton();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
getContentPane().setLayout(null);lblHoras.setText("Horas");
getContentPane().add(lblHoras);
lblHoras.setBounds(30, 28, 28, 14);
lblMinutos.setText("Minutos");
getContentPane().add(lblMinutos);lblMinutos.setBounds(30, 50, 37, 14);
lblSillas.setText("Sillas");
getContentPane().add(lblSillas);
lblSillas.setBounds(30, 80, 23, 14);getContentPane().add(txtHoras);
txtHoras.setBounds(200, 30, 69, 20);
getContentPane().add(txtMinutos);
txtMinutos.setBounds(200, 60, 69, 20);
getContentPane().add(txtSillas);...
Regístrate para leer el documento completo.