|
|
@ -62,8 +62,8 @@ public abstract class LazyComboBox extends UIComboBox implements PopupMenuListen |
|
|
|
this.setModel(new DefaultComboBoxModel<>(new Object[]{anObject})); |
|
|
|
this.setModel(new DefaultComboBoxModel<>(new Object[]{anObject})); |
|
|
|
} |
|
|
|
} |
|
|
|
super.setSelectedItem(anObject); |
|
|
|
super.setSelectedItem(anObject); |
|
|
|
initialSelected = anObject; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
initialSelected = anObject; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|