private JPanel northPanel = new
JPanel();
//for creaing the North Label
private JLabel northLabel = new
JLabel("MEMBER INFORMATION");
//for creating the Center Panel
private JPanel centerPanel = new
JPanel();
//for creating an Internal Panel in the
center panel
private JPanel informationLabelPanel =
new JPanel();
//for creating an array of JLabel
private JLabel[] informationLabel = new
JLabel[7];
//for creating an array of String
private String[] informaionString = {"
Member ID: ", " The Password: ", " Rewrite the
password: ",
" The Name: ", " E-
MAIL: ", " Major Branch:", " Expired: "};
//for creating an Internal Panel in the
center panel
Do'stlaringiz bilan baham: |