mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
21 lines
565 B
Java
21 lines
565 B
Java
package aP;
|
|
|
|
import h.IOProperties;
|
|
import java.awt.event.ItemEvent;
|
|
import java.awt.event.ItemListener;
|
|
import javax.swing.JCheckBoxMenuItem;
|
|
|
|
class ApComponentCo implements ItemListener {
|
|
co(cc paramcc) {}
|
|
|
|
public void itemStateChanged(ItemEvent paramItemEvent) {
|
|
if (((JCheckBoxMenuItem)paramItemEvent.getSource()).getState())
|
|
IOProperties.c(IOProperties.G, IOProperties.H);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/co.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |