mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
18 lines
564 B
Java
18 lines
564 B
Java
package ao;
|
|
|
|
import java.awt.event.ActionEvent;
|
|
import javax.swing.AbstractAction;
|
|
import javax.swing.JOptionPane;
|
|
import javax.swing.text.JTextComponent;
|
|
|
|
final class hT extends AbstractAction {
|
|
public void actionPerformed(ActionEvent paramActionEvent) {
|
|
JOptionPane.showMessageDialog((JTextComponent)paramActionEvent.getSource(), "Please open log file in order to insert field names");
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/hT.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |