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

24 lines
742 B
Java

package aP;
import h.IOProperties;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JCheckBoxMenuItem;
class ApComponentCv implements ActionListener {
cv(cc paramcc) {}
public void actionPerformed(ActionEvent paramActionEvent) {
JCheckBoxMenuItem jCheckBoxMenuItem = (JCheckBoxMenuItem)paramActionEvent.getSource();
IOProperties.c(IOProperties.af, Boolean.toString(jCheckBoxMenuItem.isSelected()));
this.a.b.p().b(jCheckBoxMenuItem.isSelected());
this.a.b.p().IOProperties();
this.a.b.p().repaint();
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/cv.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/