home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / May / JBUILDER / JSAMPLES.Z / SwingSet$7.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-30  |  1.5 KB  |  21 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. final class SwingSet$7 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final SwingSet this$0;
  7.  
  8.    public void actionPerformed(ActionEvent var1) {
  9.       this.this$0.tabbedPane.setSelectedIndex(this.this$0.toolTipIndex);
  10.       ((ToolTipPanel)this.this$0.toolTipPanel).itsEaster(true);
  11.       this.this$0.swing.invalidate();
  12.       this.this$0.swing.validate();
  13.       this.this$0.swing.repaint();
  14.    }
  15.  
  16.    // $FF: synthetic method
  17.    SwingSet$7(SwingSet var1) {
  18.       this.this$0 = var1;
  19.    }
  20. }
  21.