home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- class BasicComboBoxUI$1 implements Runnable {
- // $FF: synthetic field
- private final BasicComboBoxUI this$0;
-
- BasicComboBoxUI$1(BasicComboBoxUI var1) {
- this.this$0 = var1;
- }
-
- public void run() {
- if (this.this$0.comboBox != null) {
- if (this.this$0.editor != null) {
- this.this$0.editor.setFont(this.this$0.comboBox.getFont());
- }
-
- this.this$0.installKeyboardActions();
- }
-
- }
- }
-