home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class SwingSet$7 implements ActionListener {
- // $FF: synthetic field
- private final SwingSet this$0;
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.tabbedPane.setSelectedIndex(this.this$0.toolTipIndex);
- ((ToolTipPanel)this.this$0.toolTipPanel).itsEaster(true);
- this.this$0.swing.invalidate();
- this.this$0.swing.validate();
- this.this$0.swing.repaint();
- }
-
- // $FF: synthetic method
- SwingSet$7(SwingSet var1) {
- this.this$0 = var1;
- }
- }
-