class sun.print.ServiceDialog$CopiesPanel extends javax.swing.JPanel implements java.awt.event.ActionListener, javax.swing.event.ChangeListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.print.ServiceDialog$CopiesPanel
  super_class: javax.swing.JPanel
{
  private final java.lang.String strTitle;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private javax.swing.SpinnerNumberModel snModel;
    descriptor: Ljavax/swing/SpinnerNumberModel;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.JSpinner spinCopies;
    descriptor: Ljavax/swing/JSpinner;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.JLabel lblCopies;
    descriptor: Ljavax/swing/JLabel;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.JCheckBox cbCollate;
    descriptor: Ljavax/swing/JCheckBox;
    flags: (0x0002) ACC_PRIVATE

  private boolean scSupported;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final sun.print.ServiceDialog this$0;
    descriptor: Lsun/print/ServiceDialog;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.print.ServiceDialog);
    descriptor: (Lsun/print/ServiceDialog;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // sun.print.ServiceDialog$CopiesPanel this
         0: .line 1188
            aload 0 /* this */
            aload 1
            putfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
         1: .line 1189
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         2: .line 1181
            aload 0 /* this */
            ldc "border.copies"
            invokestatic sun.print.ServiceDialog.getMsg:(Ljava/lang/String;)Ljava/lang/String;
            putfield sun.print.ServiceDialog$CopiesPanel.strTitle:Ljava/lang/String;
         3: .line 1191
            new java.awt.GridBagLayout
            dup
            invokespecial java.awt.GridBagLayout.<init>:()V
            astore 2 /* gridbag */
        start local 2 // java.awt.GridBagLayout gridbag
         4: .line 1192
            new java.awt.GridBagConstraints
            dup
            invokespecial java.awt.GridBagConstraints.<init>:()V
            astore 3 /* c */
        start local 3 // java.awt.GridBagConstraints c
         5: .line 1194
            aload 0 /* this */
            aload 2 /* gridbag */
            invokevirtual sun.print.ServiceDialog$CopiesPanel.setLayout:(Ljava/awt/LayoutManager;)V
         6: .line 1195
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.strTitle:Ljava/lang/String;
            invokestatic javax.swing.BorderFactory.createTitledBorder:(Ljava/lang/String;)Ljavax/swing/border/TitledBorder;
            invokevirtual sun.print.ServiceDialog$CopiesPanel.setBorder:(Ljavax/swing/border/Border;)V
         7: .line 1197
            aload 3 /* c */
            iconst_2
            putfield java.awt.GridBagConstraints.fill:I
         8: .line 1198
            aload 3 /* c */
            getstatic sun.print.ServiceDialog.compInsets:Ljava/awt/Insets;
            putfield java.awt.GridBagConstraints.insets:Ljava/awt/Insets;
         9: .line 1200
            aload 0 /* this */
            new javax.swing.JLabel
            dup
            ldc "label.numcopies"
            invokestatic sun.print.ServiceDialog.getMsg:(Ljava/lang/String;)Ljava/lang/String;
            bipush 11
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;I)V
            putfield sun.print.ServiceDialog$CopiesPanel.lblCopies:Ljavax/swing/JLabel;
        10: .line 1201
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.lblCopies:Ljavax/swing/JLabel;
            ldc "label.numcopies"
            invokestatic sun.print.ServiceDialog.getMnemonic:(Ljava/lang/String;)C
            invokevirtual javax.swing.JLabel.setDisplayedMnemonic:(C)V
        11: .line 1202
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.lblCopies:Ljavax/swing/JLabel;
            invokevirtual javax.swing.JLabel.getAccessibleContext:()Ljavax/accessibility/AccessibleContext;
        12: .line 1203
            ldc "label.numcopies"
            invokestatic sun.print.ServiceDialog.getMsg:(Ljava/lang/String;)Ljava/lang/String;
        13: .line 1202
            invokevirtual javax.accessibility.AccessibleContext.setAccessibleName:(Ljava/lang/String;)V
        14: .line 1204
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.lblCopies:Ljavax/swing/JLabel;
            aload 0 /* this */
            aload 2 /* gridbag */
            aload 3 /* c */
            invokestatic sun.print.ServiceDialog.addToGB:(Ljava/awt/Component;Ljava/awt/Container;Ljava/awt/GridBagLayout;Ljava/awt/GridBagConstraints;)V
        15: .line 1206
            aload 0 /* this */
            new javax.swing.SpinnerNumberModel
            dup
            iconst_1
            iconst_1
            sipush 999
            iconst_1
            invokespecial javax.swing.SpinnerNumberModel.<init>:(IIII)V
            putfield sun.print.ServiceDialog$CopiesPanel.snModel:Ljavax/swing/SpinnerNumberModel;
        16: .line 1207
            aload 0 /* this */
            new javax.swing.JSpinner
            dup
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.snModel:Ljavax/swing/SpinnerNumberModel;
            invokespecial javax.swing.JSpinner.<init>:(Ljavax/swing/SpinnerModel;)V
            putfield sun.print.ServiceDialog$CopiesPanel.spinCopies:Ljavax/swing/JSpinner;
        17: .line 1208
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.lblCopies:Ljavax/swing/JLabel;
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.spinCopies:Ljavax/swing/JSpinner;
            invokevirtual javax.swing.JLabel.setLabelFor:(Ljava/awt/Component;)V
        18: .line 1210
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.spinCopies:Ljavax/swing/JSpinner;
            invokevirtual javax.swing.JSpinner.getEditor:()Ljavax/swing/JComponent;
            checkcast javax.swing.JSpinner$NumberEditor
            invokevirtual javax.swing.JSpinner$NumberEditor.getTextField:()Ljavax/swing/JFormattedTextField;
            iconst_3
            invokevirtual javax.swing.JFormattedTextField.setColumns:(I)V
        19: .line 1211
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.spinCopies:Ljavax/swing/JSpinner;
            aload 0 /* this */
            invokevirtual javax.swing.JSpinner.addChangeListener:(Ljavax/swing/event/ChangeListener;)V
        20: .line 1212
            aload 3 /* c */
            iconst_0
            putfield java.awt.GridBagConstraints.gridwidth:I
        21: .line 1213
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.spinCopies:Ljavax/swing/JSpinner;
            aload 0 /* this */
            aload 2 /* gridbag */
            aload 3 /* c */
            invokestatic sun.print.ServiceDialog.addToGB:(Ljava/awt/Component;Ljava/awt/Container;Ljava/awt/GridBagLayout;Ljava/awt/GridBagConstraints;)V
        22: .line 1215
            aload 0 /* this */
            ldc "checkbox.collate"
            aload 0 /* this */
            invokestatic sun.print.ServiceDialog.createCheckBox:(Ljava/lang/String;Ljava/awt/event/ActionListener;)Ljavax/swing/JCheckBox;
            putfield sun.print.ServiceDialog$CopiesPanel.cbCollate:Ljavax/swing/JCheckBox;
        23: .line 1216
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.cbCollate:Ljavax/swing/JCheckBox;
            iconst_0
            invokevirtual javax.swing.JCheckBox.setEnabled:(Z)V
        24: .line 1217
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.cbCollate:Ljavax/swing/JCheckBox;
            aload 0 /* this */
            aload 2 /* gridbag */
            aload 3 /* c */
            invokestatic sun.print.ServiceDialog.addToGB:(Ljava/awt/Component;Ljava/awt/Container;Ljava/awt/GridBagLayout;Ljava/awt/GridBagConstraints;)V
        25: .line 1218
            return
        end local 3 // java.awt.GridBagConstraints c
        end local 2 // java.awt.GridBagLayout gridbag
        end local 0 // sun.print.ServiceDialog$CopiesPanel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lsun/print/ServiceDialog$CopiesPanel;
            4   26     2  gridbag  Ljava/awt/GridBagLayout;
            5   26     3        c  Ljava/awt/GridBagConstraints;
    MethodParameters:
        Name  Flags
      this$0  final

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.ServiceDialog$CopiesPanel this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 1221
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.cbCollate:Ljavax/swing/JCheckBox;
            invokevirtual javax.swing.JCheckBox.isSelected:()Z
            ifeq 3
         1: .line 1222
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.asCurrent:Ljavax/print/attribute/HashPrintRequestAttributeSet;
            getstatic javax.print.attribute.standard.SheetCollate.COLLATED:Ljavax/print/attribute/standard/SheetCollate;
            invokevirtual javax.print.attribute.HashPrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
         2: .line 1223
            goto 4
         3: .line 1224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.asCurrent:Ljavax/print/attribute/HashPrintRequestAttributeSet;
            getstatic javax.print.attribute.standard.SheetCollate.UNCOLLATED:Ljavax/print/attribute/standard/SheetCollate;
            invokevirtual javax.print.attribute.HashPrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
         4: .line 1226
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // sun.print.ServiceDialog$CopiesPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/print/ServiceDialog$CopiesPanel;
            0    5     1     e  Ljava/awt/event/ActionEvent;
    MethodParameters:
      Name  Flags
      e     

  public void stateChanged(javax.swing.event.ChangeEvent);
    descriptor: (Ljavax/swing/event/ChangeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.print.ServiceDialog$CopiesPanel this
        start local 1 // javax.swing.event.ChangeEvent e
         0: .line 1229
            aload 0 /* this */
            invokevirtual sun.print.ServiceDialog$CopiesPanel.updateCollateCB:()V
         1: .line 1231
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.asCurrent:Ljavax/print/attribute/HashPrintRequestAttributeSet;
            new javax.print.attribute.standard.Copies
            dup
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.snModel:Ljavax/swing/SpinnerNumberModel;
            invokevirtual javax.swing.SpinnerNumberModel.getNumber:()Ljava/lang/Number;
            invokevirtual java.lang.Number.intValue:()I
            invokespecial javax.print.attribute.standard.Copies.<init>:(I)V
            invokevirtual javax.print.attribute.HashPrintRequestAttributeSet.add:(Ljavax/print/attribute/Attribute;)Z
            pop
         2: .line 1232
            return
        end local 1 // javax.swing.event.ChangeEvent e
        end local 0 // sun.print.ServiceDialog$CopiesPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/ServiceDialog$CopiesPanel;
            0    3     1     e  Ljavax/swing/event/ChangeEvent;
    MethodParameters:
      Name  Flags
      e     

  private void updateCollateCB();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.print.ServiceDialog$CopiesPanel this
         0: .line 1235
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.snModel:Ljavax/swing/SpinnerNumberModel;
            invokevirtual javax.swing.SpinnerNumberModel.getNumber:()Ljava/lang/Number;
            invokevirtual java.lang.Number.intValue:()I
            istore 1 /* num */
        start local 1 // int num
         1: .line 1236
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.isAWT:Z
            ifeq 4
         2: .line 1237
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.cbCollate:Ljavax/swing/JCheckBox;
            iconst_1
            invokevirtual javax.swing.JCheckBox.setEnabled:(Z)V
         3: .line 1238
            goto 7
         4: .line 1239
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.cbCollate:Ljavax/swing/JCheckBox;
            iload 1 /* num */
            iconst_1
            if_icmple 5
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.scSupported:Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: javax.swing.JCheckBox
         5: iconst_0
      StackMap locals: sun.print.ServiceDialog$CopiesPanel int
      StackMap stack: javax.swing.JCheckBox int
         6: invokevirtual javax.swing.JCheckBox.setEnabled:(Z)V
         7: .line 1241
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int num
        end local 0 // sun.print.ServiceDialog$CopiesPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/print/ServiceDialog$CopiesPanel;
            1    8     1   num  I

  public void updateInfo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=1
        start local 0 // sun.print.ServiceDialog$CopiesPanel this
         0: .line 1244
            ldc Ljavax/print/attribute/standard/Copies;
            astore 1 /* cpCategory */
        start local 1 // java.lang.Class cpCategory
         1: .line 1246
            ldc Ljavax/print/attribute/standard/SheetCollate;
            astore 2 /* scCategory */
        start local 2 // java.lang.Class scCategory
         2: .line 1247
            iconst_0
            istore 3 /* cpSupported */
        start local 3 // boolean cpSupported
         3: .line 1248
            aload 0 /* this */
            iconst_0
            putfield sun.print.ServiceDialog$CopiesPanel.scSupported:Z
         4: .line 1251
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.psCurrent:Ljavax/print/PrintService;
            aload 1 /* cpCategory */
            invokeinterface javax.print.PrintService.isAttributeCategorySupported:(Ljava/lang/Class;)Z
            ifeq 6
         5: .line 1252
            iconst_1
            istore 3 /* cpSupported */
         6: .line 1255
      StackMap locals: java.lang.Class java.lang.Class int
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.psCurrent:Ljavax/print/PrintService;
         7: .line 1256
            aload 1 /* cpCategory */
            aconst_null
            aconst_null
         8: .line 1255
            invokeinterface javax.print.PrintService.getSupportedAttributeValues:(Ljava/lang/Class;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.CopiesSupported
         9: .line 1254
            astore 4 /* cs */
        start local 4 // javax.print.attribute.standard.CopiesSupported cs
        10: .line 1257
            aload 4 /* cs */
            ifnonnull 12
        11: .line 1258
            new javax.print.attribute.standard.CopiesSupported
            dup
            iconst_1
            sipush 999
            invokespecial javax.print.attribute.standard.CopiesSupported.<init>:(II)V
            astore 4 /* cs */
        12: .line 1260
      StackMap locals: javax.print.attribute.standard.CopiesSupported
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.asCurrent:Ljavax/print/attribute/HashPrintRequestAttributeSet;
            aload 1 /* cpCategory */
            invokevirtual javax.print.attribute.HashPrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.Copies
            astore 5 /* cp */
        start local 5 // javax.print.attribute.standard.Copies cp
        13: .line 1261
            aload 5 /* cp */
            ifnonnull 17
        14: .line 1262
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.psCurrent:Ljavax/print/PrintService;
            aload 1 /* cpCategory */
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Copies
            astore 5 /* cp */
        15: .line 1263
            aload 5 /* cp */
            ifnonnull 17
        16: .line 1264
            new javax.print.attribute.standard.Copies
            dup
            iconst_1
            invokespecial javax.print.attribute.standard.Copies.<init>:(I)V
            astore 5 /* cp */
        17: .line 1267
      StackMap locals: javax.print.attribute.standard.Copies
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.spinCopies:Ljavax/swing/JSpinner;
            iload 3 /* cpSupported */
            invokevirtual javax.swing.JSpinner.setEnabled:(Z)V
        18: .line 1268
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.lblCopies:Ljavax/swing/JLabel;
            iload 3 /* cpSupported */
            invokevirtual javax.swing.JLabel.setEnabled:(Z)V
        19: .line 1270
            aload 4 /* cs */
            invokevirtual javax.print.attribute.standard.CopiesSupported.getMembers:()[[I
            astore 6 /* members */
        start local 6 // int[][] members
        20: .line 1272
            aload 6 /* members */
            arraylength
            ifle 24
            aload 6 /* members */
            iconst_0
            aaload
            arraylength
            ifle 24
        21: .line 1273
            aload 6 /* members */
            iconst_0
            aaload
            iconst_0
            iaload
            istore 7 /* min */
        start local 7 // int min
        22: .line 1274
            aload 6 /* members */
            iconst_0
            aaload
            iconst_1
            iaload
            istore 8 /* max */
        start local 8 // int max
        23: .line 1275
            goto 26
        end local 8 // int max
        end local 7 // int min
        24: .line 1276
      StackMap locals: int[][]
      StackMap stack:
            iconst_1
            istore 7 /* min */
        start local 7 // int min
        25: .line 1277
            ldc 2147483647
            istore 8 /* max */
        start local 8 // int max
        26: .line 1279
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.snModel:Ljavax/swing/SpinnerNumberModel;
            new java.lang.Integer
            dup
            iload 7 /* min */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual javax.swing.SpinnerNumberModel.setMinimum:(Ljava/lang/Comparable;)V
        27: .line 1280
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.snModel:Ljavax/swing/SpinnerNumberModel;
            new java.lang.Integer
            dup
            iload 8 /* max */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual javax.swing.SpinnerNumberModel.setMaximum:(Ljava/lang/Comparable;)V
        28: .line 1282
            aload 5 /* cp */
            invokevirtual javax.print.attribute.standard.Copies.getValue:()I
            istore 9 /* value */
        start local 9 // int value
        29: .line 1283
            iload 9 /* value */
            iload 7 /* min */
            if_icmplt 30
            iload 9 /* value */
            iload 8 /* max */
            if_icmple 31
        30: .line 1284
      StackMap locals: int
      StackMap stack:
            iload 7 /* min */
            istore 9 /* value */
        31: .line 1286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.snModel:Ljavax/swing/SpinnerNumberModel;
            new java.lang.Integer
            dup
            iload 9 /* value */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual javax.swing.SpinnerNumberModel.setValue:(Ljava/lang/Object;)V
        32: .line 1289
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.psCurrent:Ljavax/print/PrintService;
            aload 2 /* scCategory */
            invokeinterface javax.print.PrintService.isAttributeCategorySupported:(Ljava/lang/Class;)Z
            ifeq 34
        33: .line 1290
            aload 0 /* this */
            iconst_1
            putfield sun.print.ServiceDialog$CopiesPanel.scSupported:Z
        34: .line 1292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.asCurrent:Ljavax/print/attribute/HashPrintRequestAttributeSet;
            aload 2 /* scCategory */
            invokevirtual javax.print.attribute.HashPrintRequestAttributeSet.get:(Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
            checkcast javax.print.attribute.standard.SheetCollate
            astore 10 /* sc */
        start local 10 // javax.print.attribute.standard.SheetCollate sc
        35: .line 1293
            aload 10 /* sc */
            ifnonnull 39
        36: .line 1294
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.this$0:Lsun/print/ServiceDialog;
            getfield sun.print.ServiceDialog.psCurrent:Ljavax/print/PrintService;
            aload 2 /* scCategory */
            invokeinterface javax.print.PrintService.getDefaultAttributeValue:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.SheetCollate
            astore 10 /* sc */
        37: .line 1295
            aload 10 /* sc */
            ifnonnull 39
        38: .line 1296
            getstatic javax.print.attribute.standard.SheetCollate.UNCOLLATED:Ljavax/print/attribute/standard/SheetCollate;
            astore 10 /* sc */
        39: .line 1299
      StackMap locals: javax.print.attribute.standard.SheetCollate
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceDialog$CopiesPanel.cbCollate:Ljavax/swing/JCheckBox;
            aload 10 /* sc */
            getstatic javax.print.attribute.standard.SheetCollate.COLLATED:Ljavax/print/attribute/standard/SheetCollate;
            if_acmpne 40
            iconst_1
            goto 41
      StackMap locals:
      StackMap stack: javax.swing.JCheckBox
        40: iconst_0
      StackMap locals: sun.print.ServiceDialog$CopiesPanel java.lang.Class java.lang.Class int javax.print.attribute.standard.CopiesSupported javax.print.attribute.standard.Copies int[][] int int int javax.print.attribute.standard.SheetCollate
      StackMap stack: javax.swing.JCheckBox int
        41: invokevirtual javax.swing.JCheckBox.setSelected:(Z)V
        42: .line 1300
            aload 0 /* this */
            invokevirtual sun.print.ServiceDialog$CopiesPanel.updateCollateCB:()V
        43: .line 1301
            return
        end local 10 // javax.print.attribute.standard.SheetCollate sc
        end local 9 // int value
        end local 8 // int max
        end local 7 // int min
        end local 6 // int[][] members
        end local 5 // javax.print.attribute.standard.Copies cp
        end local 4 // javax.print.attribute.standard.CopiesSupported cs
        end local 3 // boolean cpSupported
        end local 2 // java.lang.Class scCategory
        end local 1 // java.lang.Class cpCategory
        end local 0 // sun.print.ServiceDialog$CopiesPanel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   44     0         this  Lsun/print/ServiceDialog$CopiesPanel;
            1   44     1   cpCategory  Ljava/lang/Class;
            2   44     2   scCategory  Ljava/lang/Class;
            3   44     3  cpSupported  Z
           10   44     4           cs  Ljavax/print/attribute/standard/CopiesSupported;
           13   44     5           cp  Ljavax/print/attribute/standard/Copies;
           20   44     6      members  [[I
           22   24     7          min  I
           25   44     7          min  I
           23   24     8          max  I
           26   44     8          max  I
           29   44     9        value  I
           35   44    10           sc  Ljavax/print/attribute/standard/SheetCollate;
}
SourceFile: "ServiceDialog.java"
NestHost: sun.print.ServiceDialog
InnerClasses:
  public NumberEditor = javax.swing.JSpinner$NumberEditor of javax.swing.JSpinner
  private CopiesPanel = sun.print.ServiceDialog$CopiesPanel of sun.print.ServiceDialog