Курсовая работа: Объектно-ориентированное программирование
{
String rrr=df[g1].getName();
hhh=hhh+"<br>"+rrr;
}
label9.setText("<html><br> Он правильно ответили на следующие темы(это - "+(f*10)+"%)<br>"+hhh+"</html>");
Container contentPane = getContentPane ();
JPanel panel = new JPanel();
JPanel panel1 = new JPanel();
panel.add(label9);
replace2 = new JButton("OK");
panel1.add(replace2);
contentPane.add(panel,BorderLayout.CENTER);
contentPane.add(panel1,BorderLayout.SOUTH);
}
catch (IOException e)
{
System.out.print("Can not read file66666"+e);
}
replace2.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent event2)
{
System.exit(0);
}
});
}
private JLabel label9;
private JButton replace2;
private String S2;
private String hhh=new String("");