home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import java.awt.event.ActionEvent;
-
- class JMenuItem$1 extends AbstractAction {
- // $FF: synthetic field
- JMenuItem this$0;
-
- public void actionPerformed(ActionEvent e) {
- MenuSelectionManager.defaultManager().clearSelectedPath();
- this.this$0.doClick();
- }
-
- // $FF: synthetic method
- JMenuItem$1(JMenuItem this$0) {
- this.this$0 = this$0;
- }
- }
-