mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
25 lines
697 B
Java
25 lines
697 B
Java
package m;
|
|
|
|
import java.awt.event.ActionEvent;
|
|
import java.awt.event.ActionListener;
|
|
import javax.swing.JCheckBox;
|
|
|
|
class ActionperformedInMPackage implements ActionListener {
|
|
h(d paramd) {}
|
|
|
|
public void actionPerformed(ActionEvent paramActionEvent) {
|
|
JCheckBox jCheckBox = (JCheckBox)paramActionEvent.getSource();
|
|
int i = Integer.parseInt(paramActionEvent.getActionCommand());
|
|
if (jCheckBox.isSelected()) {
|
|
this.a.a().add(Integer.valueOf(i));
|
|
} else {
|
|
this.a.a().remove(new Integer(i));
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/m/h.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |