home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import java.awt.event.ActionEvent;
- import javax.swing.AbstractAction;
-
- class BasicInternalFrameTitlePane$ShowSystemMenuAction extends AbstractAction {
- private boolean show;
- // $FF: synthetic field
- private final BasicInternalFrameTitlePane this$0;
-
- public BasicInternalFrameTitlePane$ShowSystemMenuAction(BasicInternalFrameTitlePane var1, boolean var2) {
- this.this$0 = var1;
- this.show = var2;
- }
-
- public void actionPerformed(ActionEvent var1) {
- if (this.show) {
- this.this$0.windowMenu.doClick();
- } else {
- this.this$0.windowMenu.setVisible(false);
- }
-
- }
- }
-