home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import com.sun.java.swing.JButton;
-
- class BasicInternalFrameTitlePane$NoFocusButton extends JButton {
- // $FF: synthetic field
- private final BasicInternalFrameTitlePane this$0;
-
- public boolean isFocusTraversable() {
- return false;
- }
-
- public void requestFocus() {
- }
-
- public boolean isOpaque() {
- return true;
- }
-
- BasicInternalFrameTitlePane$NoFocusButton(BasicInternalFrameTitlePane var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-