/*
* FirstGUI.java
*
* Created on 2008年2月15日, 下午2:22
*/
package myFirstGUI;
import javax.swing.*;
/**
*
* @author Administrator
*/
public class FirstGUI extends javax.swing.JFrame {
/** Creates new form FirstGUI */
public FirstGUI() {
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="Generated Code">
private void initComponents() {
jTextField1 = new javax.swing.JTextField();
jTextField2 = new javax.swing.JTextField();
jButton1 = new javax.swing.JButton();
jButton2 = new javax.swing.JButton();
jButton3 = new javax.swing.JButton();
jButton4 = new javax.swing.JButton();