private JTextField[] informationTextField =
new JTextField[10];
//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 South Panel
private JPanel southPanel = new JPanel();
//for creating a button
private JButton OKButton = new
JButton("Exit");
//create objects from another classes for using
them in the ActionListener
private Books book;
Do'stlaringiz bilan baham: |