Files
tustu/app/ao/StatisticsUtils.java
2026-01-11 20:30:56 +00:00

23 lines
666 B
Java

package ao;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JCheckBoxMenuItem;
class dx implements ActionListener {
dx(cd paramcd) {}
public void actionPerformed(ActionEvent paramActionEvent) {
JCheckBoxMenuItem jCheckBoxMenuItem = (JCheckBoxMenuItem)paramActionEvent.getSource();
if (jCheckBoxMenuItem.isSelected()) {
int i = Integer.parseInt(jCheckBoxMenuItem.getActionCommand());
this.a.a("numberOfOverlays", i);
}
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/dx.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/