Курсовая работа: Объектно-ориентированное программирование
d1[7]=Integer.parseInt(S37);
d1[8]=Integer.parseInt(S38);
d1[9]=Integer.parseInt(S39);
}
catch (IOException e)
{
System.out.print("Can not read file0000"+e);
}
Color1Action NextAction = new Color1Action(d1);
NextButton.addActionListener(NextAction);
}
private class Color1Action implements ActionListener
{
public Color1Action(int[]o)
{
try{
BufferedReader in = new BufferedReader(new FileReader("device.dat"));
newStaff=readData(in);
in.close();
}
catch(IOException exception){
exception.printStackTrace();
}
for(int y=0;y<10;y++)
{
m[y]=o[y];
}
}
public void actionPerformed(ActionEvent event)