private JPanel informationTextFieldPanel
= new JPanel();
//for creating an array of JTextField
private JTextField[] informationTextField
= new JTextField[5];
//for creating an array of JPasswordField
private JPasswordField[]
informationPasswordField = new
JPasswordField[2];
//for creating an Internal Panel in the
center panel
private JPanel
insertInformationButtonPanel = new JPanel();
//for creating a button
private JButton insertInformationButton
= new JButton("Insert the Information");
//for creating the South Panel
private JPanel southPanel = new
JPanel();
//for creating a button
private JButton OKButton = new
JButton("Exit");
Do'stlaringiz bilan baham: |