Page 864 - 3-2
P. 864
}
});
button2.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
sendAll("1_sp_on");
sendAll("2_sp_on");
sendAll("3_sp_on");
sendAll("acc");
}
});
button3.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
sendAll("1_sp_off");
sendAll("2_sp_off");
sendAll("3_sp_off");
}
});
button4.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
sendAll("1_cool_on");
sendAll("2_cool_on");
sendAll("3_cool_on");
}
});
button5.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
sendAll("1_cool_off");
sendAll("2_cool_off");
sendAll("3_cool_off");
}
});
button6.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
sendAll("1_temp_on");
sendAll("2_temp_on");
sendAll("3_temp_on");
}
});
button7.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
sendAll("1_temp_off");
- 864 -