home *** CD-ROM | disk | FTP | other *** search
- package sun.awt.print;
-
- import javax.swing.DefaultComboBoxModel;
-
- class PrintDialog$2 implements Runnable {
- // $FF: synthetic field
- private final PrintDialog this$0;
-
- PrintDialog$2(PrintDialog var1) {
- this.this$0 = var1;
- }
-
- public void run() {
- Object var1 = PrintDialog.access$100(this.this$0).getEditor().getItem();
- DefaultComboBoxModel var2 = PrintDialog.access$200() != null ? new DefaultComboBoxModel(PrintDialog.access$200()) : new DefaultComboBoxModel();
- PrintDialog.access$100(this.this$0).setModel(var2);
- if (var1 != null) {
- PrintDialog.access$100(this.this$0).setSelectedItem(var1);
- PrintDialog.access$100(this.this$0).getEditor().setItem(var1);
- }
-
- PrintDialog.access$100(this.this$0).repaint();
- }
- }
-