class sun.awt.X11.XChoicePeer$UnfurledChoice extends sun.awt.X11.XWindow
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11.XChoicePeer$UnfurledChoice
  super_class: sun.awt.X11.XWindow
{
  final sun.awt.X11.XChoicePeer this$0;
    descriptor: Lsun/awt/X11/XChoicePeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.awt.X11.XChoicePeer, java.awt.Component);
    descriptor: (Lsun/awt/X11/XChoicePeer;Ljava/awt/Component;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 2 // java.awt.Component target
         0: .line 755
            aload 0 /* this */
            aload 1
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
         1: .line 756
            aload 0 /* this */
            aload 2 /* target */
            invokespecial sun.awt.X11.XWindow.<init>:(Ljava/awt/Component;)V
         2: .line 757
            return
        end local 2 // java.awt.Component target
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    3     2  target  Ljava/awt/Component;
    MethodParameters:
        Name  Flags
      this$0  final
      target  

  public void preInit(sun.awt.X11.XCreateWindowParams);
    descriptor: (Lsun/awt/X11/XCreateWindowParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // sun.awt.X11.XCreateWindowParams params
         0: .line 764
            aload 1 /* params */
            ldc "parent window"
            invokevirtual sun.awt.X11.XCreateWindowParams.delete:(Ljava/lang/Object;)Lsun/awt/X11/XCreateWindowParams;
            pop
         1: .line 765
            aload 0 /* this */
            aload 1 /* params */
            invokespecial sun.awt.X11.XWindow.preInit:(Lsun/awt/X11/XCreateWindowParams;)V
         2: .line 767
            aload 1 /* params */
            ldc "bounds"
            invokevirtual sun.awt.X11.XCreateWindowParams.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 768
            aload 1 /* params */
            ldc "overrideRedirect"
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual sun.awt.X11.XCreateWindowParams.add:(Ljava/lang/Object;Ljava/lang/Object;)Lsun/awt/X11/XCreateWindowParams;
            pop
         4: .line 769
            return
        end local 1 // sun.awt.X11.XCreateWindowParams params
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    5     1  params  Lsun/awt/X11/XCreateWindowParams;
    MethodParameters:
        Name  Flags
      params  

  java.awt.Rectangle placeOnScreen();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
         0: .line 779
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.isEmpty:()Z
            ifeq 3
         1: .line 780
            iconst_1
            istore 1 /* numItemsDisplayed */
        start local 1 // int numItemsDisplayed
         2: .line 781
            goto 5
        end local 1 // int numItemsDisplayed
         3: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.getItemCount:()I
            istore 2 /* numItems */
        start local 2 // int numItems
         4: .line 784
            bipush 10
            iload 2 /* numItems */
            invokestatic java.lang.Math.min:(II)I
            istore 1 /* numItemsDisplayed */
        end local 2 // int numItems
        start local 1 // int numItemsDisplayed
         5: .line 786
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            iconst_0
            iconst_0
            invokevirtual sun.awt.X11.XChoicePeer.toGlobal:(II)Ljava/awt/Point;
            astore 2 /* global */
        start local 2 // java.awt.Point global
         6: .line 787
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            invokevirtual java.awt.Toolkit.getScreenSize:()Ljava/awt/Dimension;
            astore 3 /* screen */
        start local 3 // java.awt.Dimension screen
         7: .line 789
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.alignUnder:Ljava/awt/Component;
            ifnull 20
         8: .line 790
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            invokevirtual sun.awt.X11.XChoicePeer.getBounds:()Ljava/awt/Rectangle;
            astore 4 /* choiceRec */
        start local 4 // java.awt.Rectangle choiceRec
         9: .line 791
            aload 4 /* choiceRec */
            iconst_0
            iconst_0
            invokevirtual java.awt.Rectangle.setLocation:(II)V
        10: .line 792
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            aload 4 /* choiceRec */
            invokevirtual sun.awt.X11.XChoicePeer.toGlobal:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            astore 4 /* choiceRec */
        11: .line 793
            new java.awt.Rectangle
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.alignUnder:Ljava/awt/Component;
            invokevirtual java.awt.Component.getLocationOnScreen:()Ljava/awt/Point;
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.alignUnder:Ljava/awt/Component;
            invokevirtual java.awt.Component.getSize:()Ljava/awt/Dimension;
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Point;Ljava/awt/Dimension;)V
            astore 5 /* alignUnderRec */
        start local 5 // java.awt.Rectangle alignUnderRec
        12: .line 794
            aload 4 /* choiceRec */
            aload 5 /* alignUnderRec */
            invokevirtual java.awt.Rectangle.union:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            astore 6 /* result */
        start local 6 // java.awt.Rectangle result
        13: .line 796
            aload 0 /* this */
            aload 6 /* result */
            getfield java.awt.Rectangle.width:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
        14: .line 797
            aload 0 /* this */
            aload 6 /* result */
            getfield java.awt.Rectangle.x:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        15: .line 798
            aload 0 /* this */
            aload 6 /* result */
            getfield java.awt.Rectangle.y:I
            aload 6 /* result */
            getfield java.awt.Rectangle.height:I
            iadd
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
        16: .line 799
            aload 0 /* this */
            iconst_2
        17: .line 800
            iload 1 /* numItemsDisplayed */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.getItemHeight:()I
            iconst_2
            iadd
            imul
            iadd
        18: .line 799
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
        end local 6 // java.awt.Rectangle result
        end local 5 // java.awt.Rectangle alignUnderRec
        end local 4 // java.awt.Rectangle choiceRec
        19: .line 801
            goto 30
        20: .line 802
      StackMap locals: java.awt.Point java.awt.Dimension
      StackMap stack:
            aload 0 /* this */
            aload 2 /* global */
            getfield java.awt.Point.x:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        21: .line 803
            aload 0 /* this */
            aload 2 /* global */
            getfield java.awt.Point.y:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.height:I
            iadd
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
        22: .line 804
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.width:I
        23: .line 805
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.getMaxItemWidth:()I
            bipush 6
            iadd
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.isVSBVisible:()Z
            ifeq 24
            bipush 15
            goto 25
      StackMap locals: sun.awt.X11.XChoicePeer$UnfurledChoice int java.awt.Point java.awt.Dimension
      StackMap stack: sun.awt.X11.XChoicePeer$UnfurledChoice int int
        24: iconst_0
      StackMap locals: sun.awt.X11.XChoicePeer$UnfurledChoice int java.awt.Point java.awt.Dimension
      StackMap stack: sun.awt.X11.XChoicePeer$UnfurledChoice int int int
        25: iadd
        26: .line 804
            invokestatic java.lang.Math.max:(II)I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
        27: .line 806
            aload 0 /* this */
            iconst_2
        28: .line 807
            iload 1 /* numItemsDisplayed */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.getItemHeight:()I
            iconst_2
            iadd
            imul
            iadd
        29: .line 806
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
        30: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
            ifge 33
        31: .line 811
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        32: .line 812
            goto 35
        33: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            iadd
            aload 3 /* screen */
            getfield java.awt.Dimension.width:I
            if_icmple 35
        34: .line 814
            aload 0 /* this */
            aload 3 /* screen */
            getfield java.awt.Dimension.width:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            isub
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        35: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            iadd
            aload 3 /* screen */
            getfield java.awt.Dimension.height:I
            if_icmple 37
        36: .line 818
            aload 0 /* this */
            aload 2 /* global */
            getfield java.awt.Point.y:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            isub
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
        37: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
            ifge 39
        38: .line 821
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
        39: .line 823
      StackMap locals:
      StackMap stack:
            new java.awt.Rectangle
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 3 // java.awt.Dimension screen
        end local 2 // java.awt.Point global
        end local 1 // int numItemsDisplayed
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   40     0               this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            2    3     1  numItemsDisplayed  I
            5   40     1  numItemsDisplayed  I
            4    5     2           numItems  I
            6   40     2             global  Ljava/awt/Point;
            7   40     3             screen  Ljava/awt/Dimension;
            9   19     4          choiceRec  Ljava/awt/Rectangle;
           12   19     5      alignUnderRec  Ljava/awt/Rectangle;
           13   19     6             result  Ljava/awt/Rectangle;

  public void toFront();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
         0: .line 828
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.choiceListener:Lsun/awt/X11/XChoicePeerListener;
            ifnull 2
         1: .line 829
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.choiceListener:Lsun/awt/X11/XChoicePeerListener;
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokeinterface sun.awt.X11.XChoicePeerListener.unfurledChoiceOpening:(Lsun/awt/X11/ListHelper;)V
         2: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.placeOnScreen:()Ljava/awt/Rectangle;
            astore 1 /* r */
        start local 1 // java.awt.Rectangle r
         3: .line 832
            aload 0 /* this */
            aload 1 /* r */
            getfield java.awt.Rectangle.x:I
            aload 1 /* r */
            getfield java.awt.Rectangle.y:I
            aload 1 /* r */
            getfield java.awt.Rectangle.width:I
            aload 1 /* r */
            getfield java.awt.Rectangle.height:I
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.reshape:(IIII)V
         4: .line 833
            aload 0 /* this */
            invokespecial sun.awt.X11.XWindow.toFront:()V
         5: .line 834
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.setVisible:(Z)V
         6: .line 835
            return
        end local 1 // java.awt.Rectangle r
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            3    7     1     r  Ljava/awt/Rectangle;

  public void trackMouse(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 845
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.toLocalCoords:(Ljava/awt/event/MouseEvent;)Ljava/awt/Point;
            astore 2 /* local */
        start local 2 // java.awt.Point local
         1: .line 850
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getID:()I
            tableswitch { // 501 - 506
                  501: 2
                  502: 8
                  503: 19
                  504: 19
                  505: 19
                  506: 14
              default: 19
          }
         2: .line 855
      StackMap locals: java.awt.Point
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getBounds:()Ljava/awt/Rectangle;
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            invokevirtual sun.awt.X11.ListHelper.isInVertSB:(Ljava/awt/Rectangle;II)Z
            ifeq 6
         3: .line 856
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            iconst_1
            putfield sun.awt.X11.XChoicePeer.mouseInSB:Z
         4: .line 857
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getBounds:()Ljava/awt/Rectangle;
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            invokevirtual sun.awt.X11.ListHelper.handleVSBEvent:(Ljava/awt/event/MouseEvent;Ljava/awt/Rectangle;II)V
         5: .line 858
            goto 19
         6: .line 860
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.trackSelection:(II)V
         7: .line 862
            goto 19
         8: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.mouseInSB:Z
            ifeq 12
         9: .line 865
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            iconst_0
            putfield sun.awt.X11.XChoicePeer.mouseInSB:Z
        10: .line 866
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getBounds:()Ljava/awt/Rectangle;
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            invokevirtual sun.awt.X11.ListHelper.handleVSBEvent:(Ljava/awt/event/MouseEvent;Ljava/awt/Rectangle;II)V
        11: .line 867
            goto 19
        12: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.trackMouseReleasedScroll:()V
        13: .line 876
            goto 19
        14: .line 878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.mouseInSB:Z
            ifeq 17
        15: .line 879
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getBounds:()Ljava/awt/Rectangle;
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            invokevirtual sun.awt.X11.ListHelper.handleVSBEvent:(Ljava/awt/event/MouseEvent;Ljava/awt/Rectangle;II)V
        16: .line 880
            goto 19
        17: .line 883
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            invokevirtual sun.awt.X11.ListHelper.trackMouseDraggedScroll:(IIII)V
        18: .line 884
            aload 0 /* this */
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.trackSelection:(II)V
        19: .line 888
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.awt.Point local
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0   20     1      e  Ljava/awt/event/MouseEvent;
            1   20     2  local  Ljava/awt/Point;
    MethodParameters:
      Name  Flags
      e     

  private void trackSelection(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // int transX
        start local 2 // int transY
         0: .line 891
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.isEmpty:()Z
            ifne 13
         1: .line 892
            iload 1 /* transX */
            ifle 13
            iload 1 /* transX */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            if_icmpge 13
         2: .line 893
            iload 2 /* transY */
            ifle 13
            iload 2 /* transY */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            if_icmpge 13
         3: .line 894
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            iload 2 /* transY */
            invokevirtual sun.awt.X11.ListHelper.y2index:(I)I
            istore 3 /* newIdx */
        start local 3 // int newIdx
         4: .line 895
            getstatic sun.awt.X11.XChoicePeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 9
         5: .line 896
            getstatic sun.awt.X11.XChoicePeer.log:Lsun/util/logging/PlatformLogger;
            new java.lang.StringBuilder
            dup
            ldc "transX="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* transX */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", transY="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* transY */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         6: .line 897
            ldc ",width="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", height="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 898
            ldc ", newIdx="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* newIdx */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.target:Ljava/awt/Component;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 896
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         9: .line 900
      StackMap locals: int
      StackMap stack:
            iload 3 /* newIdx */
            iflt 13
            iload 3 /* newIdx */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.getItemCount:()I
            if_icmpge 13
        10: .line 901
            iload 3 /* newIdx */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.getSelectedIndex:()I
            if_icmpeq 13
        11: .line 903
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            iload 3 /* newIdx */
            invokevirtual sun.awt.X11.ListHelper.select:(I)V
        12: .line 904
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.unfurledChoice:Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.repaint:()V
        end local 3 // int newIdx
        13: .line 910
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int transY
        end local 1 // int transX
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0   14     1  transX  I
            0   14     2  transY  I
            4   13     3  newIdx  I
    MethodParameters:
        Name  Flags
      transX  
      transY  

  public void paintBackground();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
         0: .line 916
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getGraphics:()Ljava/awt/Graphics;
            astore 1 /* g */
        start local 1 // java.awt.Graphics g
         1: .line 917
            aload 1 /* g */
            ifnull 9
         2: .line 919
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            invokevirtual sun.awt.X11.XChoicePeer.getPeerBackground:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         3: .line 920
            aload 1 /* g */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
         4: .line 921
            goto 8
      StackMap locals: sun.awt.X11.XChoicePeer$UnfurledChoice java.awt.Graphics
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 922
            aload 1 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         7: .line 923
            aload 2
            athrow
         8: .line 922
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         9: .line 925
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Graphics g
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            1   10     1     g  Ljava/awt/Graphics;
      Exception table:
        from    to  target  type
           2     5       5  any

  public void repaint();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
         0: .line 932
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.isVisible:()Z
            ifne 2
         1: .line 933
            return
         2: .line 935
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            invokevirtual sun.awt.X11.ListHelper.checkVsbVisibilityChangedAndReset:()Z
            ifeq 4
         3: .line 936
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.paintBackground:()V
         4: .line 938
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.awt.X11.XWindow.repaint:()V
         5: .line 939
            return
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;

  public void paintPeer(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // java.awt.Graphics g
         0: .line 943
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.target:Ljava/awt/Component;
            checkcast java.awt.Choice
            pop
         1: .line 944
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            invokevirtual sun.awt.X11.XChoicePeer.getGUIcolors:()[Ljava/awt/Color;
            astore 2 /* colors */
        start local 2 // java.awt.Color[] colors
         2: .line 945
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            aload 1 /* g */
            invokestatic sun.awt.X11.XChoicePeer.getSystemColors:()[Ljava/awt/Color;
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            iconst_1
            isub
            iconst_1
            invokevirtual sun.awt.X11.XChoicePeer.draw3DRect:(Ljava/awt/Graphics;[Ljava/awt/Color;IIIIZ)V
         3: .line 946
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            aload 1 /* g */
            invokestatic sun.awt.X11.XChoicePeer.getSystemColors:()[Ljava/awt/Color;
            iconst_1
            iconst_1
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            iconst_3
            isub
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            iconst_3
            isub
            iconst_1
            invokevirtual sun.awt.X11.XChoicePeer.draw3DRect:(Ljava/awt/Graphics;[Ljava/awt/Color;IIIIZ)V
         4: .line 948
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            aload 1 /* g */
         5: .line 949
            aload 2 /* colors */
         6: .line 950
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getBounds:()Ljava/awt/Rectangle;
         7: .line 948
            invokevirtual sun.awt.X11.ListHelper.paintAllItems:(Ljava/awt/Graphics;[Ljava/awt/Color;Ljava/awt/Rectangle;)V
         8: .line 951
            return
        end local 2 // java.awt.Color[] colors
        end local 1 // java.awt.Graphics g
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    9     1       g  Ljava/awt/Graphics;
            2    9     2  colors  [Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      g     

  public void setVisible(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // boolean vis
         0: .line 954
            aload 0 /* this */
            iload 1 /* vis */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.xSetVisible:(Z)V
         1: .line 956
            iload 1 /* vis */
            ifne 3
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.alignUnder:Ljava/awt/Component;
            ifnull 3
         2: .line 957
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.alignUnder:Ljava/awt/Component;
            invokevirtual java.awt.Component.requestFocusInWindow:()Z
            pop
         3: .line 959
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean vis
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    4     1   vis  Z
    MethodParameters:
      Name  Flags
      vis   

  private java.awt.Point toLocalCoords(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)Ljava/awt/Point;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 967
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getLocationOnScreen:()Ljava/awt/Point;
            astore 2 /* global */
        start local 2 // java.awt.Point global
         1: .line 969
            aload 2 /* global */
            dup
            getfield java.awt.Point.x:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
            isub
            putfield java.awt.Point.x:I
         2: .line 970
            aload 2 /* global */
            dup
            getfield java.awt.Point.y:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
            isub
            putfield java.awt.Point.y:I
         3: .line 971
            aload 2 /* global */
            areturn
        end local 2 // java.awt.Point global
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    4     1       e  Ljava/awt/event/MouseEvent;
            1    4     2  global  Ljava/awt/Point;
    MethodParameters:
      Name  Flags
      e     

  private boolean isMouseEventInside(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 978
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.toLocalCoords:(Ljava/awt/event/MouseEvent;)Ljava/awt/Point;
            astore 2 /* local */
        start local 2 // java.awt.Point local
         1: .line 979
            aload 2 /* local */
            getfield java.awt.Point.x:I
            ifle 4
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            if_icmpge 4
         2: .line 980
            aload 2 /* local */
            getfield java.awt.Point.y:I
            ifle 4
            aload 2 /* local */
            getfield java.awt.Point.y:I
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            if_icmpge 4
         3: .line 981
            iconst_1
            ireturn
         4: .line 983
      StackMap locals: java.awt.Point
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.awt.Point local
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    5     1      e  Ljava/awt/event/MouseEvent;
            1    5     2  local  Ljava/awt/Point;
    MethodParameters:
      Name  Flags
      e     

  private boolean isMouseInListArea(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 991
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.isMouseEventInside:(Ljava/awt/event/MouseEvent;)Z
            ifeq 5
         1: .line 992
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.toLocalCoords:(Ljava/awt/event/MouseEvent;)Ljava/awt/Point;
            astore 2 /* local */
        start local 2 // java.awt.Point local
         2: .line 993
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* bounds */
        start local 3 // java.awt.Rectangle bounds
         3: .line 994
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.helper:Lsun/awt/X11/ListHelper;
            aload 3 /* bounds */
            aload 2 /* local */
            getfield java.awt.Point.x:I
            aload 2 /* local */
            getfield java.awt.Point.y:I
            invokevirtual sun.awt.X11.ListHelper.isInVertSB:(Ljava/awt/Rectangle;II)Z
            ifne 5
         4: .line 995
            iconst_1
            ireturn
        end local 3 // java.awt.Rectangle bounds
        end local 2 // java.awt.Point local
         5: .line 998
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    6     1       e  Ljava/awt/event/MouseEvent;
            2    5     2   local  Ljava/awt/Point;
            3    5     3  bounds  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      e     

  public void handleConfigureNotifyEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // sun.awt.X11.XEvent xev
         0: .line 1005
            return
        end local 1 // sun.awt.X11.XEvent xev
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    1     1   xev  Lsun/awt/X11/XEvent;
    MethodParameters:
      Name  Flags
      xev   

  public void handleMapNotifyEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // sun.awt.X11.XEvent xev
         0: .line 1006
            return
        end local 1 // sun.awt.X11.XEvent xev
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    1     1   xev  Lsun/awt/X11/XEvent;
    MethodParameters:
      Name  Flags
      xev   

  public void handleUnmapNotifyEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
        start local 1 // sun.awt.X11.XEvent xev
         0: .line 1007
            return
        end local 1 // sun.awt.X11.XEvent xev
        end local 0 // sun.awt.X11.XChoicePeer$UnfurledChoice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XChoicePeer$UnfurledChoice;
            0    1     1   xev  Lsun/awt/X11/XEvent;
    MethodParameters:
      Name  Flags
      xev   
}
SourceFile: "XChoicePeer.java"
NestHost: sun.awt.X11.XChoicePeer
InnerClasses:
  UnfurledChoice = sun.awt.X11.XChoicePeer$UnfurledChoice of sun.awt.X11.XChoicePeer
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger