final class sun.awt.X11.XChoicePeer$UnfurledChoice extends sun.awt.X11.XWindow
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, 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 788
            aload 0 /* this */
            aload 1
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.this$0:Lsun/awt/X11/XChoicePeer;
         1: .line 789
            aload 0 /* this */
            aload 2 /* target */
            invokespecial sun.awt.X11.XWindow.<init>:(Ljava/awt/Component;)V
         2: .line 790
            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 797
            aload 1 /* params */
            ldc "parent window"
            invokevirtual sun.awt.X11.XCreateWindowParams.delete:(Ljava/lang/Object;)Lsun/awt/X11/XCreateWindowParams;
            pop
         1: .line 798
            aload 0 /* this */
            aload 1 /* params */
            invokespecial sun.awt.X11.XWindow.preInit:(Lsun/awt/X11/XCreateWindowParams;)V
         2: .line 800
            aload 1 /* params */
            ldc "bounds"
            invokevirtual sun.awt.X11.XCreateWindowParams.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 801
            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 802
            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 812
            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 813
            iconst_1
            istore 1 /* numItemsDisplayed */
        start local 1 // int numItemsDisplayed
         2: .line 814
            goto 5
        end local 1 // int numItemsDisplayed
         3: .line 816
      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 817
            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 819
      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 820
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.graphicsConfig:Lsun/awt/X11GraphicsConfig;
            invokevirtual sun.awt.X11GraphicsConfig.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* screenBounds */
        start local 3 // java.awt.Rectangle screenBounds
         7: .line 822
            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 823
            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 824
            aload 4 /* choiceRec */
            iconst_0
            iconst_0
            invokevirtual java.awt.Rectangle.setLocation:(II)V
        10: .line 825
            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 826
            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 827
            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 829
            aload 0 /* this */
            aload 6 /* result */
            getfield java.awt.Rectangle.width:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
        14: .line 830
            aload 0 /* this */
            aload 6 /* result */
            getfield java.awt.Rectangle.x:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        15: .line 831
            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 832
            aload 0 /* this */
            iconst_2
        17: .line 833
            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 832
            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 834
            goto 30
        20: .line 835
      StackMap locals: java.awt.Point java.awt.Rectangle
      StackMap stack:
            aload 0 /* this */
            aload 2 /* global */
            getfield java.awt.Point.x:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        21: .line 836
            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 837
            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 838
            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.Rectangle
      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.Rectangle
      StackMap stack: sun.awt.X11.XChoicePeer$UnfurledChoice int int int
        25: iadd
        26: .line 837
            invokestatic java.lang.Math.max:(II)I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
        27: .line 839
            aload 0 /* this */
            iconst_2
        28: .line 840
            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 839
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
        30: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.x:I
            if_icmpge 33
        31: .line 844
            aload 0 /* this */
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.x:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        32: .line 845
            goto 35
        33: .line 846
      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 /* screenBounds */
            getfield java.awt.Rectangle.x:I
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.width:I
            iadd
            if_icmple 35
        34: .line 847
            aload 0 /* this */
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.x:I
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.width:I
            iadd
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            isub
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.x:I
        35: .line 850
      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 /* screenBounds */
            getfield java.awt.Rectangle.y:I
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.height:I
            iadd
            if_icmple 37
        36: .line 851
            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 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.y:I
            if_icmpge 39
        38: .line 854
            aload 0 /* this */
            aload 3 /* screenBounds */
            getfield java.awt.Rectangle.y:I
            putfield sun.awt.X11.XChoicePeer$UnfurledChoice.y:I
        39: .line 856
      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.Rectangle screenBounds
        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       screenBounds  Ljava/awt/Rectangle;
            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 861
            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 862
            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 864
      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 865
            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 866
            aload 0 /* this */
            invokespecial sun.awt.X11.XWindow.toFront:()V
         5: .line 867
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.setVisible:(Z)V
         6: .line 868
            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 878
            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 883
            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 888
      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 889
            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 890
            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 891
            goto 19
         6: .line 893
      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 895
            goto 19
         8: .line 897
      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 898
            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 899
            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 900
            goto 19
        12: .line 902
      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 909
            goto 19
        14: .line 911
      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 912
            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 913
            goto 19
        17: .line 916
      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 917
            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 921
      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 924
            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 925
            iload 1 /* transX */
            ifle 13
            iload 1 /* transX */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.width:I
            if_icmpge 13
         2: .line 926
            iload 2 /* transY */
            ifle 13
            iload 2 /* transY */
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.height:I
            if_icmpge 13
         3: .line 927
            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 928
            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 929
            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 930
            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 931
            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 929
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         9: .line 933
      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 934
            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 936
            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 937
            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 943
      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 949
            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 950
            aload 1 /* g */
            ifnull 9
         2: .line 952
            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 953
            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 954
            goto 8
      StackMap locals: sun.awt.X11.XChoicePeer$UnfurledChoice java.awt.Graphics
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 955
            aload 1 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         7: .line 956
            aload 2
            athrow
         8: .line 955
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         9: .line 958
      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 965
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.isVisible:()Z
            ifne 2
         1: .line 966
            return
         2: .line 968
      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 969
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.paintBackground:()V
         4: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.awt.X11.XWindow.repaint:()V
         5: .line 972
            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 976
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$UnfurledChoice.target:Ljava/awt/Component;
            checkcast java.awt.Choice
            pop
         1: .line 977
            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 978
            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 979
            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 981
            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 982
            aload 2 /* colors */
         6: .line 983
            aload 0 /* this */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.getBounds:()Ljava/awt/Rectangle;
         7: .line 981
            invokevirtual sun.awt.X11.ListHelper.paintAllItems:(Ljava/awt/Graphics;[Ljava/awt/Color;Ljava/awt/Rectangle;)V
         8: .line 984
            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 987
            aload 0 /* this */
            iload 1 /* vis */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.xSetVisible:(Z)V
         1: .line 989
            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 990
            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 992
      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 1000
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getLocationOnScreen:()Ljava/awt/Point;
            astore 2 /* global */
        start local 2 // java.awt.Point global
         1: .line 1002
            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 1003
            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 1004
            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 1011
            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 1012
            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 1013
            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 1014
            iconst_1
            ireturn
         4: .line 1016
      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 1024
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XChoicePeer$UnfurledChoice.isMouseEventInside:(Ljava/awt/event/MouseEvent;)Z
            ifeq 5
         1: .line 1025
            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 1026
            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 1027
            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 1028
            iconst_1
            ireturn
        end local 3 // java.awt.Rectangle bounds
        end local 2 // java.awt.Point local
         5: .line 1031
      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 1038
            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 1039
            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 1040
            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:
  final UnfurledChoice = sun.awt.X11.XChoicePeer$UnfurledChoice of sun.awt.X11.XChoicePeer
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger