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

21 lines
616 B
Java

package ao;
import h.IOProperties;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JCheckBoxMenuItem;
class cr implements ActionListener {
cr(cd paramcd) {}
public void actionPerformed(ActionEvent paramActionEvent) {
JCheckBoxMenuItem jCheckBoxMenuItem = (JCheckBoxMenuItem)paramActionEvent.getSource();
IOProperties.c(IOProperties.aB, Boolean.toString(jCheckBoxMenuItem.getState()));
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/cr.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/