class com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField extends javax.swing.JTextField
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField
  super_class: javax.swing.JTextField
{
  final com.apple.laf.AquaComboBoxUI this$0;
    descriptor: Lcom/apple/laf/AquaComboBoxUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.apple.laf.AquaComboBoxUI);
    descriptor: (Lcom/apple/laf/AquaComboBoxUI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField this
         0: .line 192
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField.this$0:Lcom/apple/laf/AquaComboBoxUI;
            aload 0 /* this */
            invokespecial javax.swing.JTextField.<init>:()V
         1: .line 193
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField.getInputMap:()Ljavax/swing/InputMap;
            astore 2 /* inputMap */
        start local 2 // javax.swing.InputMap inputMap
         2: .line 194
            aload 2 /* inputMap */
            ldc "DOWN"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightNextAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         3: .line 195
            aload 2 /* inputMap */
            ldc "KP_DOWN"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightNextAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         4: .line 196
            aload 2 /* inputMap */
            ldc "UP"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightPreviousAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         5: .line 197
            aload 2 /* inputMap */
            ldc "KP_UP"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightPreviousAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         6: .line 199
            aload 2 /* inputMap */
            ldc "HOME"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightFirstAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         7: .line 200
            aload 2 /* inputMap */
            ldc "END"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightLastAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         8: .line 201
            aload 2 /* inputMap */
            ldc "PAGE_UP"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightPageUpAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
         9: .line 202
            aload 2 /* inputMap */
            ldc "PAGE_DOWN"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            aload 1
            getfield com.apple.laf.AquaComboBoxUI.highlightPageDownAction:Ljavax/swing/Action;
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
        10: .line 204
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField.getActionMap:()Ljavax/swing/ActionMap;
            ldc "notify-field-accept"
            invokevirtual javax.swing.ActionMap.get:(Ljava/lang/Object;)Ljavax/swing/Action;
            astore 3 /* action */
        start local 3 // javax.swing.Action action
        11: .line 205
            aload 2 /* inputMap */
            ldc "ENTER"
            invokestatic javax.swing.KeyStroke.getKeyStroke:(Ljava/lang/String;)Ljavax/swing/KeyStroke;
            new com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField$1
            dup
            aload 0 /* this */
            aload 3 /* action */
            invokespecial com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField$1.<init>:(Lcom/apple/laf/AquaComboBoxUI$AquaCustomComboTextField;Ljavax/swing/Action;)V
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
        12: .line 218
            return
        end local 3 // javax.swing.Action action
        end local 2 // javax.swing.InputMap inputMap
        end local 0 // com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/apple/laf/AquaComboBoxUI$AquaCustomComboTextField;
            2   13     2  inputMap  Ljavax/swing/InputMap;
           11   13     3    action  Ljavax/swing/Action;
    MethodParameters:
        Name  Flags
      this$0  final

  public void setText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField this
        start local 1 // java.lang.String s
         0: .line 222
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField.getText:()Ljava/lang/String;
            aload 1 /* s */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 223
            return
         2: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokespecial javax.swing.JTextField.setText:(Ljava/lang/String;)V
         3: .line 226
            return
        end local 1 // java.lang.String s
        end local 0 // com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaComboBoxUI$AquaCustomComboTextField;
            0    4     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  static com.apple.laf.AquaComboBoxUI access$0(com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField);
    descriptor: (Lcom/apple/laf/AquaComboBoxUI$AquaCustomComboTextField;)Lcom/apple/laf/AquaComboBoxUI;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 191
            aload 0
            getfield com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField.this$0:Lcom/apple/laf/AquaComboBoxUI;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AquaComboBoxUI.java"
NestHost: com.apple.laf.AquaComboBoxUI
InnerClasses:
  AquaCustomComboTextField = com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField of com.apple.laf.AquaComboBoxUI
  com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField$1