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

  void <init>(com.apple.laf.AquaComboBoxUI, javax.swing.plaf.basic.BasicComboBoxUI);
    descriptor: (Lcom/apple/laf/AquaComboBoxUI;Ljavax/swing/plaf/basic/BasicComboBoxUI;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaComboBoxUI$12 this
         0: .line 238
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            aload 0 /* this */
            aload 2
            invokespecial javax.swing.plaf.basic.BasicComboBoxUI$FocusHandler.<init>:(Ljavax/swing/plaf/basic/BasicComboBoxUI;)V
            return
        end local 0 // com.apple.laf.AquaComboBoxUI$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaComboBoxUI$12;
    MethodParameters:
        Name  Flags
      this$0  final
      this$1  final

  public void focusGained(java.awt.event.FocusEvent);
    descriptor: (Ljava/awt/event/FocusEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$12 this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 241
            aload 0 /* this */
            aload 1 /* e */
            invokespecial javax.swing.plaf.basic.BasicComboBoxUI$FocusHandler.focusGained:(Ljava/awt/event/FocusEvent;)V
         1: .line 243
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$2:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JButton;
            ifnull 3
         2: .line 244
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$2:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JButton;
            invokevirtual javax.swing.JButton.repaint:()V
         3: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // com.apple.laf.AquaComboBoxUI$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaComboBoxUI$12;
            0    4     1     e  Ljava/awt/event/FocusEvent;
    MethodParameters:
      Name  Flags
      e     

  public void focusLost(java.awt.event.FocusEvent);
    descriptor: (Ljava/awt/event/FocusEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$12 this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 250
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            iconst_0
            invokestatic com.apple.laf.AquaComboBoxUI.access$7:(Lcom/apple/laf/AquaComboBoxUI;Z)V
         1: .line 251
            aload 1 /* e */
            invokevirtual java.awt.event.FocusEvent.isTemporary:()Z
            ifne 3
         2: .line 252
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$1:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JComboBox;
            iconst_0
            invokevirtual com.apple.laf.AquaComboBoxUI.setPopupVisible:(Ljavax/swing/JComboBox;Z)V
         3: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$1:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JComboBox;
            invokevirtual javax.swing.JComboBox.repaint:()V
         4: .line 257
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$1:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JComboBox;
            invokeinterface javax.accessibility.Accessible.getAccessibleContext:()Ljavax/accessibility/AccessibleContext;
            astore 2 /* ac */
        start local 2 // javax.accessibility.AccessibleContext ac
         5: .line 258
            aload 2 /* ac */
            ifnull 7
         6: .line 259
            aload 2 /* ac */
            ldc "AccessibleState"
            getstatic javax.accessibility.AccessibleState.FOCUSED:Ljavax/accessibility/AccessibleState;
            aconst_null
            invokevirtual javax.accessibility.AccessibleContext.firePropertyChange:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 262
      StackMap locals: javax.accessibility.AccessibleContext
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$2:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JButton;
            ifnull 9
         8: .line 263
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$12.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$2:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JButton;
            invokevirtual javax.swing.JButton.repaint:()V
         9: .line 265
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.accessibility.AccessibleContext ac
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // com.apple.laf.AquaComboBoxUI$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/apple/laf/AquaComboBoxUI$12;
            0   10     1     e  Ljava/awt/event/FocusEvent;
            5   10     2    ac  Ljavax/accessibility/AccessibleContext;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaComboBoxUI.java"
EnclosingMethod: com.apple.laf.AquaComboBoxUI.createFocusListener:()Ljava/awt/event/FocusListener;
NestHost: com.apple.laf.AquaComboBoxUI
InnerClasses:
  com.apple.laf.AquaComboBoxUI$12
  public FocusHandler = javax.swing.plaf.basic.BasicComboBoxUI$FocusHandler of javax.swing.plaf.basic.BasicComboBoxUI