home *** CD-ROM | disk | FTP | other *** search
- package com.ibm.ivb.jface.parts;
-
- import javax.swing.JButton;
- import javax.swing.JComponent;
-
- class DialogButtons$HelpButton extends JButton {
- // $FF: synthetic field
- private final DialogButtons this$0;
-
- public DialogButtons$HelpButton(DialogButtons var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- ((JComponent)this).setRequestFocusEnabled(false);
- }
-
- public boolean isFocusTraversable() {
- return false;
- }
- }
-