//for adding the label in the North Panel
northPanel.add(northLabel);
//for adding the north panel to the container
cp.add("North", northPanel);
//for setting the layout
centerPanel.setLayout(new BorderLayout());
//for setting the border to the panel
centerPanel.setBorder(BorderFactory.createTitle
dBorder("Add a new book:"));
//for setting the layout
informationLabelPanel.setLayout(new
GridLayout(11, 1, 1, 1));
/******************************************
*****************************
* for adding the strings to the labels, for
Do'stlaringiz bilan baham: |