class com.apple.laf.AquaComboBoxUI$8 extends javax.swing.AbstractAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaComboBoxUI$8
  super_class: javax.swing.AbstractAction
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaComboBoxUI$8 this
         0: .line 501
            aload 0 /* this */
            invokespecial javax.swing.AbstractAction.<init>:()V
            return
        end local 0 // com.apple.laf.AquaComboBoxUI$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaComboBoxUI$8;

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$8 this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 503
            aload 1 /* e */
            invokevirtual java.awt.event.ActionEvent.getSource:()Ljava/lang/Object;
            checkcast javax.swing.JComboBox
            astore 2 /* comboBox */
        start local 2 // javax.swing.JComboBox comboBox
         1: .line 504
            aload 2 /* comboBox */
            invokevirtual javax.swing.JComboBox.isEnabled:()Z
            ifne 2
            return
         2: .line 505
      StackMap locals: javax.swing.JComboBox
      StackMap stack:
            aload 2 /* comboBox */
            invokevirtual javax.swing.JComboBox.isEditable:()Z
            ifeq 3
            return
         3: .line 507
      StackMap locals:
      StackMap stack:
            aload 2 /* comboBox */
            invokevirtual javax.swing.JComboBox.getUI:()Ljavax/swing/plaf/ComboBoxUI;
            checkcast com.apple.laf.AquaComboBoxUI
            astore 3 /* aquaUi */
        start local 3 // com.apple.laf.AquaComboBoxUI aquaUi
         4: .line 509
            aload 2 /* comboBox */
            invokevirtual javax.swing.JComboBox.isPopupVisible:()Z
            ifeq 8
         5: .line 510
            aload 2 /* comboBox */
            aload 3 /* aquaUi */
            invokevirtual com.apple.laf.AquaComboBoxUI.getPopup:()Ljavax/swing/plaf/basic/ComboPopup;
            invokeinterface javax.swing.plaf.basic.ComboPopup.getList:()Ljavax/swing/JList;
            invokevirtual javax.swing.JList.getSelectedIndex:()I
            invokevirtual javax.swing.JComboBox.setSelectedIndex:(I)V
         6: .line 511
            aload 2 /* comboBox */
            iconst_0
            invokevirtual javax.swing.JComboBox.setPopupVisible:(Z)V
         7: .line 512
            return
         8: .line 515
      StackMap locals: com.apple.laf.AquaComboBoxUI
      StackMap stack:
            aload 2 /* comboBox */
            iconst_1
            invokevirtual javax.swing.JComboBox.setPopupVisible:(Z)V
         9: .line 516
            return
        end local 3 // com.apple.laf.AquaComboBoxUI aquaUi
        end local 2 // javax.swing.JComboBox comboBox
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // com.apple.laf.AquaComboBoxUI$8 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/apple/laf/AquaComboBoxUI$8;
            0   10     1         e  Ljava/awt/event/ActionEvent;
            1   10     2  comboBox  Ljavax/swing/JComboBox;
            4   10     3    aquaUi  Lcom/apple/laf/AquaComboBoxUI;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaComboBoxUI.java"
EnclosingMethod: com.apple.laf.AquaComboBoxUI
NestHost: com.apple.laf.AquaComboBoxUI
InnerClasses:
  com.apple.laf.AquaComboBoxUI$8