mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
21 lines
665 B
Java
21 lines
665 B
Java
package aP;
|
|
|
|
import java.awt.event.ActionEvent;
|
|
import java.awt.event.ActionListener;
|
|
import javax.swing.JCheckBoxMenuItem;
|
|
import r.IOPropertiesUsingFile;
|
|
|
|
class ApComponentGm implements ActionListener {
|
|
gm(dB paramdB) {}
|
|
|
|
public void actionPerformed(ActionEvent paramActionEvent) {
|
|
JCheckBoxMenuItem jCheckBoxMenuItem = (JCheckBoxMenuItem)paramActionEvent.getSource();
|
|
IOPropertiesUsingFile.IOPropertiesUsingFile().b(IOPropertiesUsingFile.bw, jCheckBoxMenuItem.getState() + "");
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/gm.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |