home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.FocusEvent;
- import java.awt.event.FocusListener;
-
- class AbstractButton$1 implements FocusListener {
- // $FF: synthetic field
- private final AbstractButton this$0;
-
- AbstractButton$1(AbstractButton var1) {
- this.this$0 = var1;
- }
-
- public void focusGained(FocusEvent var1) {
- }
-
- public void focusLost(FocusEvent var1) {
- this.this$0.model.setArmed(false);
- if (this.this$0.isFocusPainted()) {
- this.this$0.repaint();
- }
-
- }
- }
-