home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 October / PCpro_2001_10.ISO / xml / xmlpro / data1.cab / Program_Executable_FILES / xmlpro.jar / XMLPro$27.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-09-15  |  553 b   |  19 lines

  1. import java.awt.Dialog;
  2. import java.awt.event.ActionEvent;
  3. import java.awt.event.ActionListener;
  4.  
  5. final class XMLPro$27 implements ActionListener {
  6.    // $FF: synthetic field
  7.    private final XMLPro this$0;
  8.  
  9.    // $FF: synthetic method
  10.    XMLPro$27(XMLPro var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public void actionPerformed(ActionEvent var1) {
  15.       AttributeWiz var2 = new AttributeWiz(this.this$0.theApp);
  16.       ((Dialog)var2).show();
  17.    }
  18. }
  19.