home *** CD-ROM | disk | FTP | other *** search
- import java.awt.Dialog;
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class XMLPro$9 implements ActionListener {
- // $FF: synthetic field
- private final XMLPro this$0;
-
- // $FF: synthetic method
- XMLPro$9(XMLPro var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- if (!XMLPro.elemTb) {
- XMLPro.elemTb = true;
- ElemWiz var2 = new ElemWiz(this.this$0.theApp);
- ((Dialog)var2).show();
- XMLPro.elemTb = false;
- }
-
- }
- }
-