mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 01:25:52 +00:00
22 lines
596 B
Java
22 lines
596 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.event.ActionEvent;
|
|
import java.awt.event.ActionListener;
|
|
import javax.swing.JCheckBoxMenuItem;
|
|
|
|
class bB implements ActionListener {
|
|
bB(bt parambt) {}
|
|
|
|
public void actionPerformed(ActionEvent paramActionEvent) {
|
|
boolean bool = ((JCheckBoxMenuItem)paramActionEvent.getSource()).isSelected();
|
|
this.a.b(bool);
|
|
this.a.a.z();
|
|
this.a.a.repaint();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/bB.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |