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