home *** CD-ROM | disk | FTP | other *** search
- package FontViewer.components;
-
- import java.awt.event.FocusAdapter;
- import java.awt.event.FocusEvent;
-
- class OtherFontsPanel$1 extends FocusAdapter {
- // $FF: synthetic field
- private final OtherFontsPanel this$0;
-
- OtherFontsPanel$1(OtherFontsPanel this$0) {
- this.this$0 = this$0;
- }
-
- public void focusGained(FocusEvent evt) {
- OtherFontsPanel.access$000(this.this$0, evt);
- }
-
- public void focusLost(FocusEvent evt) {
- OtherFontsPanel.access$100(this.this$0, evt);
- }
- }
-