mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
19 lines
482 B
Java
19 lines
482 B
Java
package ao;
|
|
|
|
import java.awt.event.ItemEvent;
|
|
import java.awt.event.ItemListener;
|
|
import javax.swing.JCheckBoxMenuItem;
|
|
|
|
class dz implements ItemListener {
|
|
dz(cd paramcd) {}
|
|
|
|
public void itemStateChanged(ItemEvent paramItemEvent) {
|
|
this.a.a(((JCheckBoxMenuItem)paramItemEvent.getSource()).getState());
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/dz.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |