class sun.awt.windows.WChoicePeer$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.windows.WChoicePeer$2
  super_class: java.lang.Object
{
  final sun.awt.windows.WChoicePeer this$0;
    descriptor: Lsun/awt/windows/WChoicePeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.awt.Choice val$c;
    descriptor: Ljava/awt/Choice;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$index;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.windows.WChoicePeer, java.awt.Choice, int);
    descriptor: (Lsun/awt/windows/WChoicePeer;Ljava/awt/Choice;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.awt.windows.WChoicePeer$2 this
         0: .line 152
            aload 0 /* this */
            aload 1
            putfield sun.awt.windows.WChoicePeer$2.this$0:Lsun/awt/windows/WChoicePeer;
            aload 0 /* this */
            aload 2
            putfield sun.awt.windows.WChoicePeer$2.val$c:Ljava/awt/Choice;
            aload 0 /* this */
            iload 3
            putfield sun.awt.windows.WChoicePeer$2.val$index:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.awt.windows.WChoicePeer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WChoicePeer$2;
    MethodParameters:
           Name  Flags
      this$0     final
      val$c      final
      val$index  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // sun.awt.windows.WChoicePeer$2 this
         0: .line 155
            aload 0 /* this */
            getfield sun.awt.windows.WChoicePeer$2.val$c:Ljava/awt/Choice;
            aload 0 /* this */
            getfield sun.awt.windows.WChoicePeer$2.val$index:I
            invokevirtual java.awt.Choice.select:(I)V
         1: .line 156
            aload 0 /* this */
            getfield sun.awt.windows.WChoicePeer$2.this$0:Lsun/awt/windows/WChoicePeer;
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.windows.WChoicePeer$2.val$c:Ljava/awt/Choice;
            sipush 701
         2: .line 157
            aload 0 /* this */
            getfield sun.awt.windows.WChoicePeer$2.val$c:Ljava/awt/Choice;
            aload 0 /* this */
            getfield sun.awt.windows.WChoicePeer$2.val$index:I
            invokevirtual java.awt.Choice.getItem:(I)Ljava/lang/String;
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
         3: .line 156
            invokevirtual sun.awt.windows.WChoicePeer.postEvent:(Ljava/awt/AWTEvent;)V
         4: .line 158
            return
        end local 0 // sun.awt.windows.WChoicePeer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/windows/WChoicePeer$2;
}
SourceFile: "WChoicePeer.java"
EnclosingMethod: sun.awt.windows.WChoicePeer.handleAction:(I)V
NestHost: sun.awt.windows.WChoicePeer
InnerClasses:
  sun.awt.windows.WChoicePeer$2