class sun.awt.X11.XListPeer extends sun.awt.X11.XComponentPeer implements java.awt.peer.ListPeer, sun.awt.X11.XScrollbarClient
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11.XListPeer
  super_class: sun.awt.X11.XComponentPeer
{
  private static final java.util.logging.Logger log;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final int MARGIN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int SPACE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int SCROLLBAR_AREA;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  public static final int SCROLLBAR_WIDTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int NONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int WINDOW;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int VERSCROLLBAR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int HORSCROLLBAR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int DEFAULT_VISIBLE_ROWS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int HORIZ_SCROLL_AMT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  static final int PAINT_VSCROLL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int PAINT_HSCROLL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int PAINT_ITEMS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int PAINT_FOCUS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static final int PAINT_BACKGROUND;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  static final int PAINT_HIDEFOCUS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  static final int PAINT_ALL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 62

  sun.awt.X11.XVerticalScrollbar vsb;
    descriptor: Lsun/awt/X11/XVerticalScrollbar;
    flags: (0x0000) 

  sun.awt.X11.XHorizontalScrollbar hsb;
    descriptor: Lsun/awt/X11/XHorizontalScrollbar;
    flags: (0x0000) 

  sun.awt.X11.XListPeer$ListPainter painter;
    descriptor: Lsun/awt/X11/XListPeer$ListPainter;
    flags: (0x0000) 

  java.util.Vector items;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 

  boolean multipleSelections;
    descriptor: Z
    flags: (0x0000) 

  int active;
    descriptor: I
    flags: (0x0000) 

  int[] selected;
    descriptor: [I
    flags: (0x0000) 

  int fontHeight;
    descriptor: I
    flags: (0x0000) 

  int fontAscent;
    descriptor: I
    flags: (0x0000) 

  int fontLeading;
    descriptor: I
    flags: (0x0000) 

  int currentIndex;
    descriptor: I
    flags: (0x0000) 

  int eventIndex;
    descriptor: I
    flags: (0x0000) 

  int eventType;
    descriptor: I
    flags: (0x0000) 

  int focusIndex;
    descriptor: I
    flags: (0x0000) 

  int maxLength;
    descriptor: I
    flags: (0x0000) 

  boolean vsbVis;
    descriptor: Z
    flags: (0x0000) 

  boolean hsbVis;
    descriptor: Z
    flags: (0x0000) 

  int listWidth;
    descriptor: I
    flags: (0x0000) 

  int listHeight;
    descriptor: I
    flags: (0x0000) 

  private int firstTimeVisibleIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  boolean bgColorSet;
    descriptor: Z
    flags: (0x0000) 

  boolean fgColorSet;
    descriptor: Z
    flags: (0x0000) 

  boolean mouseDraggedOutHorizontally;
    descriptor: Z
    flags: (0x0000) 

  boolean mouseDraggedOutVertically;
    descriptor: Z
    flags: (0x0000) 

  boolean isScrollBarOriginated;
    descriptor: Z
    flags: (0x0000) 

  boolean isMousePressed;
    descriptor: Z
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            ldc Lsun/awt/X11/XListPeer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.awt.X11.XListPeer.$assertionsDisabled:Z
         3: .line 43
            ldc "sun.awt.X11.XListPeer"
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
            putstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
         4: .line 65
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.awt.List);
    descriptor: (Ljava/awt/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.List target
         0: .line 131
            aload 0 /* this */
            aload 1 /* target */
            invokespecial sun.awt.X11.XComponentPeer.<init>:(Ljava/awt/Component;)V
         1: .line 74
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.active:I
         2: .line 86
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
         3: .line 90
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventIndex:I
         4: .line 91
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventType:I
         5: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.firstTimeVisibleIndex:I
         6: .line 116
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
         7: .line 117
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
         8: .line 121
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
         9: .line 125
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isMousePressed:Z
        10: .line 132
            return
        end local 1 // java.awt.List target
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/awt/X11/XListPeer;
            0   11     1  target  Ljava/awt/List;
    MethodParameters:
        Name  Flags
      target  

  public void preInit(sun.awt.X11.XCreateWindowParams);
    descriptor: (Lsun/awt/X11/XCreateWindowParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // sun.awt.X11.XCreateWindowParams params
         0: .line 138
            aload 0 /* this */
            aload 1 /* params */
            invokespecial sun.awt.X11.XComponentPeer.preInit:(Lsun/awt/X11/XCreateWindowParams;)V
         1: .line 141
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
         2: .line 142
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.createVerScrollbar:()V
         3: .line 143
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.createHorScrollbar:()V
         4: .line 145
            aload 0 /* this */
            new sun.awt.X11.XListPeer$ListPainter
            dup
            aload 0 /* this */
            invokespecial sun.awt.X11.XListPeer$ListPainter.<init>:(Lsun/awt/X11/XListPeer;)V
            putfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
         5: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            invokevirtual java.awt.Component.isBackgroundSet:()Z
            putfield sun.awt.X11.XListPeer.bgColorSet:Z
         6: .line 149
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            invokevirtual java.awt.Component.isForegroundSet:()Z
            putfield sun.awt.X11.XListPeer.fgColorSet:Z
         7: .line 150
            return
        end local 1 // sun.awt.X11.XCreateWindowParams params
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/awt/X11/XListPeer;
            0    8     1  params  Lsun/awt/X11/XCreateWindowParams;
    MethodParameters:
        Name  Flags
      params  

  public void postInit(sun.awt.X11.XCreateWindowParams);
    descriptor: (Lsun/awt/X11/XCreateWindowParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // sun.awt.X11.XCreateWindowParams params
         0: .line 153
            aload 0 /* this */
            aload 1 /* params */
            invokespecial sun.awt.X11.XComponentPeer.postInit:(Lsun/awt/X11/XCreateWindowParams;)V
         1: .line 154
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.initFontMetrics:()V
         2: .line 158
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
            astore 2 /* l */
        start local 2 // java.awt.List l
         3: .line 159
            aload 2 /* l */
            invokevirtual java.awt.List.getItemCount:()I
            istore 3 /* stop */
        start local 3 // int stop
         4: .line 160
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 161
      StackMap locals: java.awt.List int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            aload 2 /* l */
            iload 4 /* i */
            invokevirtual java.awt.List.getItem:(I)Ljava/lang/String;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         7: .line 160
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* stop */
            if_icmplt 6
        end local 4 // int i
         9: .line 165
            aload 2 /* l */
            invokevirtual java.awt.List.getVisibleIndex:()I
            istore 4 /* index */
        start local 4 // int index
        10: .line 166
            iload 4 /* index */
            iflt 12
        11: .line 169
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            iload 4 /* index */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValues:(IIII)V
        12: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.maxLength:()I
            putfield sun.awt.X11.XListPeer.maxLength:I
        13: .line 176
            aload 2 /* l */
            invokevirtual java.awt.List.getSelectedIndexes:()[I
            astore 5 /* sel */
        start local 5 // int[] sel
        14: .line 177
            aload 0 /* this */
            aload 5 /* sel */
            arraylength
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
        15: .line 179
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 180
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 6 /* i */
            aload 5 /* sel */
            iload 6 /* i */
            iaload
            iastore
        18: .line 179
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 5 /* sel */
            arraylength
            if_icmplt 17
        end local 6 // int i
        20: .line 186
            aload 5 /* sel */
            arraylength
            ifle 23
        21: .line 187
            aload 0 /* this */
            aload 5 /* sel */
            aload 5 /* sel */
            arraylength
            iconst_1
            isub
            iaload
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        22: .line 188
            goto 24
        23: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        24: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* l */
            invokevirtual java.awt.List.isMultipleMode:()Z
            putfield sun.awt.X11.XListPeer.multipleSelections:Z
        25: .line 194
            return
        end local 5 // int[] sel
        end local 4 // int index
        end local 3 // int stop
        end local 2 // java.awt.List l
        end local 1 // sun.awt.X11.XCreateWindowParams params
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/awt/X11/XListPeer;
            0   26     1  params  Lsun/awt/X11/XCreateWindowParams;
            3   26     2       l  Ljava/awt/List;
            4   26     3    stop  I
            5    9     4       i  I
           10   26     4   index  I
           14   26     5     sel  [I
           16   20     6       i  I
    MethodParameters:
        Name  Flags
      params  

  void createVerScrollbar();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 201
            aload 0 /* this */
            new sun.awt.X11.XVerticalScrollbar
            dup
            aload 0 /* this */
            invokespecial sun.awt.X11.XVerticalScrollbar.<init>:(Lsun/awt/X11/XScrollbarClient;)V
            putfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
         1: .line 202
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            iconst_1
            iconst_1
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValues:(IIIIII)V
         2: .line 203
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  void createHorScrollbar();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 210
            aload 0 /* this */
            new sun.awt.X11.XHorizontalScrollbar
            dup
            aload 0 /* this */
            invokespecial sun.awt.X11.XHorizontalScrollbar.<init>:(Lsun/awt/X11/XScrollbarClient;)V
            putfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
         1: .line 211
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            bipush 10
            bipush 10
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setValues:(IIIIII)V
         2: .line 212
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  public void add(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.lang.String item
        start local 2 // int index
         0: .line 216
            aload 0 /* this */
            aload 1 /* item */
            iload 2 /* index */
            invokevirtual sun.awt.X11.XListPeer.addItem:(Ljava/lang/String;I)V
         1: .line 217
            return
        end local 2 // int index
        end local 1 // java.lang.String item
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/awt/X11/XListPeer;
            0    2     1   item  Ljava/lang/String;
            0    2     2  index  I
    MethodParameters:
       Name  Flags
      item   
      index  

  public void removeAll();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 221
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.clear:()V
         1: .line 222
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.maxLength:I
         2: .line 223
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  public void setMultipleMode(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // boolean b
         0: .line 227
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual sun.awt.X11.XListPeer.setMultipleSelections:(Z)V
         1: .line 228
            return
        end local 1 // boolean b
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;
            0    2     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public java.awt.Dimension getPreferredSize(int);
    descriptor: (I)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int rows
         0: .line 232
            aload 0 /* this */
            iload 1 /* rows */
            invokevirtual sun.awt.X11.XListPeer.preferredSize:(I)Ljava/awt/Dimension;
            areturn
        end local 1 // int rows
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;
            0    1     1  rows  I
    MethodParameters:
      Name  Flags
      rows  

  public java.awt.Dimension getMinimumSize(int);
    descriptor: (I)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int rows
         0: .line 237
            aload 0 /* this */
            iload 1 /* rows */
            invokevirtual sun.awt.X11.XListPeer.minimumSize:(I)Ljava/awt/Dimension;
            areturn
        end local 1 // int rows
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;
            0    1     1  rows  I
    MethodParameters:
      Name  Flags
      rows  

  public java.awt.Dimension minimumSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 244
            aload 0 /* this */
            iconst_4
            invokevirtual sun.awt.X11.XListPeer.minimumSize:(I)Ljava/awt/Dimension;
            areturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  public java.awt.Dimension preferredSize(int);
    descriptor: (I)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int v
         0: .line 251
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual sun.awt.X11.XListPeer.minimumSize:(I)Ljava/awt/Dimension;
            areturn
        end local 1 // int v
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;
            0    1     1     v  I
    MethodParameters:
      Name  Flags
      v     

  public java.awt.Dimension minimumSize(int);
    descriptor: (I)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int v
         0: .line 258
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFont:()Ljava/awt/Font;
            invokevirtual sun.awt.X11.XListPeer.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         1: .line 259
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.initFontMetrics:()V
         2: .line 260
            new java.awt.Dimension
            dup
            bipush 20
            aload 2 /* fm */
            ldc "0123456789abcde"
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            iadd
         3: .line 261
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            iload 1 /* v */
            imul
            iconst_4
            iadd
         4: .line 260
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 2 // java.awt.FontMetrics fm
        end local 1 // int v
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XListPeer;
            0    5     1     v  I
            1    5     2    fm  Ljava/awt/FontMetrics;
    MethodParameters:
      Name  Flags
      v     

  void initFontMetrics();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 268
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFont:()Ljava/awt/Font;
            invokevirtual sun.awt.X11.XListPeer.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 1 /* fm */
        start local 1 // java.awt.FontMetrics fm
         1: .line 269
            aload 0 /* this */
            aload 1 /* fm */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            putfield sun.awt.X11.XListPeer.fontHeight:I
         2: .line 270
            aload 0 /* this */
            aload 1 /* fm */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            putfield sun.awt.X11.XListPeer.fontAscent:I
         3: .line 271
            aload 0 /* this */
            aload 1 /* fm */
            invokevirtual java.awt.FontMetrics.getLeading:()I
            putfield sun.awt.X11.XListPeer.fontLeading:I
         4: .line 272
            return
        end local 1 // java.awt.FontMetrics fm
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XListPeer;
            1    5     1    fm  Ljava/awt/FontMetrics;

  int maxLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 279
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFont:()Ljava/awt/Font;
            invokevirtual sun.awt.X11.XListPeer.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 1 /* fm */
        start local 1 // java.awt.FontMetrics fm
         1: .line 280
            iconst_0
            istore 2 /* m */
        start local 2 // int m
         2: .line 281
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 282
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 8
         5: .line 283
      StackMap locals: sun.awt.X11.XListPeer java.awt.FontMetrics int int int
      StackMap stack:
            aload 1 /* fm */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            iload 4 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            istore 5 /* l */
        start local 5 // int l
         6: .line 284
            iload 2 /* m */
            iload 5 /* l */
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* m */
        end local 5 // int l
         7: .line 282
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 5
        end local 4 // int i
         9: .line 286
            iload 2 /* m */
            ireturn
        end local 3 // int end
        end local 2 // int m
        end local 1 // java.awt.FontMetrics fm
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/awt/X11/XListPeer;
            1   10     1    fm  Ljava/awt/FontMetrics;
            2   10     2     m  I
            3   10     3   end  I
            4    9     4     i  I
            6    7     5     l  I

  int getItemWidth(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int i
         0: .line 293
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFont:()Ljava/awt/Font;
            invokevirtual sun.awt.X11.XListPeer.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         1: .line 294
            aload 2 /* fm */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            iload 1 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            ireturn
        end local 2 // java.awt.FontMetrics fm
        end local 1 // int i
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;
            0    2     1     i  I
            1    2     2    fm  Ljava/awt/FontMetrics;
    MethodParameters:
      Name  Flags
      i     

  int stringLength(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.lang.String str
         0: .line 301
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            invokevirtual java.awt.Component.getFont:()Ljava/awt/Font;
            invokevirtual sun.awt.X11.XListPeer.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         1: .line 302
            aload 2 /* fm */
            aload 1 /* str */
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            ireturn
        end local 2 // java.awt.FontMetrics fm
        end local 1 // java.lang.String str
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;
            0    2     1   str  Ljava/lang/String;
            1    2     2    fm  Ljava/awt/FontMetrics;
    MethodParameters:
      Name  Flags
      str   

  public void setForeground(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.Color c
         0: .line 306
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.fgColorSet:Z
         1: .line 307
            aload 0 /* this */
            aload 1 /* c */
            invokespecial sun.awt.X11.XComponentPeer.setForeground:(Ljava/awt/Color;)V
         2: .line 308
            return
        end local 1 // java.awt.Color c
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;
            0    3     1     c  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  public void setBackground(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.Color c
         0: .line 311
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.bgColorSet:Z
         1: .line 312
            aload 0 /* this */
            aload 1 /* c */
            invokespecial sun.awt.X11.XComponentPeer.setBackground:(Ljava/awt/Color;)V
         2: .line 313
            return
        end local 1 // java.awt.Color c
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;
            0    3     1     c  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  private java.awt.Color getListBackground(java.awt.Color[]);
    descriptor: ([Ljava/awt/Color;)Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.Color[] colors
         0: .line 322
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.bgColorSet:Z
            ifeq 2
         1: .line 323
            aload 1 /* colors */
            iconst_0
            aaload
            areturn
         2: .line 326
      StackMap locals:
      StackMap stack:
            getstatic java.awt.SystemColor.text:Ljava/awt/SystemColor;
            areturn
        end local 1 // java.awt.Color[] colors
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/awt/X11/XListPeer;
            0    3     1  colors  [Ljava/awt/Color;
    MethodParameters:
        Name  Flags
      colors  

  private java.awt.Color getListForeground(java.awt.Color[]);
    descriptor: ([Ljava/awt/Color;)Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.Color[] colors
         0: .line 334
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.fgColorSet:Z
            ifeq 2
         1: .line 335
            aload 1 /* colors */
            iconst_3
            aaload
            areturn
         2: .line 338
      StackMap locals:
      StackMap stack:
            getstatic java.awt.SystemColor.textText:Ljava/awt/SystemColor;
            areturn
        end local 1 // java.awt.Color[] colors
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/awt/X11/XListPeer;
            0    3     1  colors  [Ljava/awt/Color;
    MethodParameters:
        Name  Flags
      colors  

  java.awt.Rectangle getVScrollBarRec();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 343
            new java.awt.Rectangle
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 13
            isub
            iconst_0
            bipush 14
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  java.awt.Rectangle getHScrollBarRec();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 347
            new java.awt.Rectangle
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 13
            isub
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 13
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  int getFirstVisibleItem();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 351
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 2
         1: .line 352
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            ireturn
         2: .line 354
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  int getLastVisibleItem();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 359
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 2
         1: .line 360
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            iadd
            iconst_1
            isub
            invokestatic java.lang.Math.min:(II)I
            ireturn
         2: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            iconst_1
            isub
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  java.awt.geom.Area getItemsArea(int, int);
    descriptor: (II)Ljava/awt/geom/Area;
    flags: (0x0000) 
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int firstItem
        start local 2 // int lastItem
         0: .line 367
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFirstVisibleItem:()I
            iload 1 /* firstItem */
            invokestatic java.lang.Math.max:(II)I
            istore 1 /* firstItem */
         1: .line 368
            iload 2 /* lastItem */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* lastItem */
         2: .line 369
            iload 2 /* lastItem */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFirstVisibleItem:()I
            if_icmpge 4
         3: .line 370
            new java.awt.geom.Area
            dup
            invokespecial java.awt.geom.Area.<init>:()V
            areturn
         4: .line 372
      StackMap locals:
      StackMap stack:
            iload 1 /* firstItem */
            iload 2 /* lastItem */
            if_icmpgt 10
         5: .line 373
            aload 0 /* this */
            iload 1 /* firstItem */
            invokevirtual sun.awt.X11.XListPeer.getItemY:(I)I
            istore 3 /* startY */
        start local 3 // int startY
         6: .line 374
            aload 0 /* this */
            iload 2 /* lastItem */
            invokevirtual sun.awt.X11.XListPeer.getItemY:(I)I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            iadd
            istore 4 /* endY */
        start local 4 // int endY
         7: .line 377
            iinc 3 /* startY */ -2
         8: .line 378
            iinc 4 /* endY */ 2
         9: .line 381
            new java.awt.geom.Area
            dup
            new java.awt.Rectangle
            dup
            iconst_0
            iload 3 /* startY */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemWidth:()I
            iconst_3
            iadd
            iload 4 /* endY */
            iload 3 /* startY */
            isub
            iconst_1
            iadd
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            invokespecial java.awt.geom.Area.<init>:(Ljava/awt/Shape;)V
            areturn
        end local 4 // int endY
        end local 3 // int startY
        10: .line 383
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Area
            dup
            invokespecial java.awt.geom.Area.<init>:()V
            areturn
        end local 2 // int lastItem
        end local 1 // int firstItem
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/awt/X11/XListPeer;
            0   11     1  firstItem  I
            0   11     2   lastItem  I
            6   10     3     startY  I
            7   10     4       endY  I
    MethodParameters:
           Name  Flags
      firstItem  
      lastItem   

  java.awt.Rectangle getItemRect(int);
    descriptor: (I)Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int item
         0: .line 388
            new java.awt.Rectangle
            dup
            iconst_2
            aload 0 /* this */
            iload 1 /* item */
            invokevirtual sun.awt.X11.XListPeer.getItemY:(I)I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemWidth:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 1 // int item
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;
            0    1     1  item  I
    MethodParameters:
      Name  Flags
      item  

  java.awt.geom.Area getItemArea(int);
    descriptor: (I)Ljava/awt/geom/Area;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int item
         0: .line 392
            new java.awt.geom.Area
            dup
            aload 0 /* this */
            iload 1 /* item */
            invokevirtual sun.awt.X11.XListPeer.getItemRect:(I)Ljava/awt/Rectangle;
            invokespecial java.awt.geom.Area.<init>:(Ljava/awt/Shape;)V
            areturn
        end local 1 // int item
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;
            0    1     1  item  I
    MethodParameters:
      Name  Flags
      item  

  public void repaintScrollbarRequest(sun.awt.X11.XScrollbar);
    descriptor: (Lsun/awt/X11/XScrollbar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // sun.awt.X11.XScrollbar scrollbar
         0: .line 396
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getGraphics:()Ljava/awt/Graphics;
            pop
         1: .line 397
            aload 1 /* scrollbar */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            if_acmpne 4
         2: .line 398
            aload 0 /* this */
            iconst_4
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         3: .line 399
            goto 6
         4: .line 400
      StackMap locals:
      StackMap stack:
            aload 1 /* scrollbar */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            if_acmpne 6
         5: .line 401
            aload 0 /* this */
            iconst_2
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         6: .line 403
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.awt.X11.XScrollbar scrollbar
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/awt/X11/XListPeer;
            0    7     1  scrollbar  Lsun/awt/X11/XScrollbar;
    MethodParameters:
           Name  Flags
      scrollbar  

  public void repaint();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 411
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFirstVisibleItem:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            bipush 62
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
         1: .line 412
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;

  public void repaint(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int options
         0: .line 415
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFirstVisibleItem:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            iload 1 /* options */
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
         1: .line 416
            return
        end local 1 // int options
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/X11/XListPeer;
            0    2     1  options  I
    MethodParameters:
         Name  Flags
      options  

  public void repaint(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int firstItem
        start local 2 // int lastItem
        start local 3 // int options
         0: .line 419
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getGraphics:()Ljava/awt/Graphics;
            astore 4 /* g */
        start local 4 // java.awt.Graphics g
         1: .line 421
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            aload 4 /* g */
            iload 1 /* firstItem */
            iload 2 /* lastItem */
            iload 3 /* options */
            invokevirtual sun.awt.X11.XListPeer$ListPainter.paint:(Ljava/awt/Graphics;III)V
         2: .line 422
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            iconst_0
            iconst_0
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getWidth:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getHeight:()I
            invokevirtual sun.awt.X11.XListPeer.postPaintEvent:(Ljava/awt/Component;IIII)V
         3: .line 423
            goto 7
      StackMap locals: sun.awt.X11.XListPeer int int int java.awt.Graphics
      StackMap stack: java.lang.Throwable
         4: astore 5
         5: .line 424
            aload 4 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         6: .line 425
            aload 5
            athrow
         7: .line 424
      StackMap locals:
      StackMap stack:
            aload 4 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         8: .line 426
            return
        end local 4 // java.awt.Graphics g
        end local 3 // int options
        end local 2 // int lastItem
        end local 1 // int firstItem
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/awt/X11/XListPeer;
            0    9     1  firstItem  I
            0    9     2   lastItem  I
            0    9     3    options  I
            1    9     4          g  Ljava/awt/Graphics;
      Exception table:
        from    to  target  type
           1     4       4  any
    MethodParameters:
           Name  Flags
      firstItem  
      lastItem   
      options    

  public void paint(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.Graphics g
         0: .line 429
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            aload 1 /* g */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFirstVisibleItem:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            bipush 62
            invokevirtual sun.awt.X11.XListPeer$ListPainter.paint:(Ljava/awt/Graphics;III)V
         1: .line 430
            return
        end local 1 // java.awt.Graphics g
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;
            0    2     1     g  Ljava/awt/Graphics;
    MethodParameters:
      Name  Flags
      g     

  public boolean isFocusable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 432
            iconst_1
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  public void focusGained(java.awt.event.FocusEvent);
    descriptor: (Ljava/awt/event/FocusEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 436
            aload 0 /* this */
            aload 1 /* e */
            invokespecial sun.awt.X11.XComponentPeer.focusGained:(Ljava/awt/event/FocusEvent;)V
         1: .line 437
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 438
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;
            0    3     1     e  Ljava/awt/event/FocusEvent;
    MethodParameters:
      Name  Flags
      e     

  public void focusLost(java.awt.event.FocusEvent);
    descriptor: (Ljava/awt/event/FocusEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 441
            aload 0 /* this */
            aload 1 /* e */
            invokespecial sun.awt.X11.XComponentPeer.focusLost:(Ljava/awt/event/FocusEvent;)V
         1: .line 442
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 443
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;
            0    3     1     e  Ljava/awt/event/FocusEvent;
    MethodParameters:
      Name  Flags
      e     

  public void layout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 453
            getstatic sun.awt.X11.XListPeer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            istore 4 /* origVSBVal */
        start local 4 // int origVSBVal
         2: .line 463
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:(Z)I
            istore 1 /* vis */
        start local 1 // int vis
         3: .line 464
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iload 1 /* vis */
            if_icmpge 4
            iload 1 /* vis */
            goto 5
      StackMap locals: sun.awt.X11.XListPeer int top top int
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* maximum */
        start local 2 // int maximum
         6: .line 465
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 1 /* vis */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getMinimum:()I
            iload 2 /* maximum */
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValues:(IIII)V
         7: .line 466
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.X11.XListPeer.vsbIsVisible:(Z)Z
            dup
            istore 3 /* vsbWasVisible */
        start local 3 // boolean vsbWasVisible
         8: putfield sun.awt.X11.XListPeer.vsbVis:Z
         9: .line 467
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            putfield sun.awt.X11.XListPeer.listHeight:I
        10: .line 470
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            putfield sun.awt.X11.XListPeer.listWidth:I
        11: .line 471
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listWidth:I
            bipush 6
            isub
            istore 1 /* vis */
        12: .line 472
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            iload 1 /* vis */
            if_icmpge 13
            iload 1 /* vis */
            goto 14
      StackMap locals: sun.awt.X11.XListPeer int int int int
      StackMap stack:
        13: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
      StackMap locals:
      StackMap stack: int
        14: istore 2 /* maximum */
        15: .line 473
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getValue:()I
            iload 1 /* vis */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getMinimum:()I
            iload 2 /* maximum */
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setValues:(IIII)V
        16: .line 474
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            invokevirtual sun.awt.X11.XListPeer.hsbIsVisible:(Z)Z
            putfield sun.awt.X11.XListPeer.hsbVis:Z
        17: .line 476
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 25
        18: .line 479
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 17
            isub
            putfield sun.awt.X11.XListPeer.listHeight:I
        19: .line 480
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:(Z)I
            istore 1 /* vis */
        20: .line 481
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iload 1 /* vis */
            if_icmpge 21
            iload 1 /* vis */
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
      StackMap locals:
      StackMap stack: int
        22: istore 2 /* maximum */
        23: .line 482
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            iload 4 /* origVSBVal */
            iload 1 /* vis */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getMinimum:()I
            iload 2 /* maximum */
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValues:(IIII)V
        24: .line 483
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.X11.XListPeer.vsbIsVisible:(Z)Z
            putfield sun.awt.X11.XListPeer.vsbVis:Z
        25: .line 489
      StackMap locals:
      StackMap stack:
            iload 3 /* vsbWasVisible */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            if_icmpeq 33
        26: .line 490
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            putfield sun.awt.X11.XListPeer.listWidth:I
        27: .line 491
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listWidth:I
            bipush 6
            isub
            istore 1 /* vis */
        28: .line 492
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            iload 1 /* vis */
            if_icmpge 29
            iconst_0
            goto 30
      StackMap locals:
      StackMap stack:
        29: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
      StackMap locals:
      StackMap stack: int
        30: istore 2 /* maximum */
        31: .line 493
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getValue:()I
            iload 1 /* vis */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getMinimum:()I
            iload 2 /* maximum */
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setValues:(IIII)V
        32: .line 494
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            invokevirtual sun.awt.X11.XListPeer.hsbIsVisible:(Z)Z
            putfield sun.awt.X11.XListPeer.hsbVis:Z
        33: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            bipush 13
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listHeight:I
            invokevirtual sun.awt.X11.XVerticalScrollbar.setSize:(II)V
        34: .line 498
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listWidth:I
            bipush 13
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setSize:(II)V
        35: .line 500
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            invokevirtual sun.awt.X11.XVerticalScrollbar.setBlockIncrement:(I)V
        36: .line 501
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 6
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 37
            bipush 17
            goto 38
      StackMap locals: sun.awt.X11.XListPeer int int int int
      StackMap stack: sun.awt.X11.XHorizontalScrollbar int int
        37: iconst_0
      StackMap locals: sun.awt.X11.XListPeer int int int int
      StackMap stack: sun.awt.X11.XHorizontalScrollbar int int int
        38: iadd
            isub
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setBlockIncrement:(I)V
        39: .line 502
            return
        end local 4 // int origVSBVal
        end local 3 // boolean vsbWasVisible
        end local 2 // int maximum
        end local 1 // int vis
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   40     0           this  Lsun/awt/X11/XListPeer;
            3   40     1            vis  I
            6   40     2        maximum  I
            8   40     3  vsbWasVisible  Z
            2   40     4     origVSBVal  I

  int getItemWidth();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 505
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            iconst_4
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 1
            bipush 17
            goto 2
      StackMap locals: sun.awt.X11.XListPeer
      StackMap stack: int int
         1: iconst_0
      StackMap locals: sun.awt.X11.XListPeer
      StackMap stack: int int int
         2: iadd
            isub
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  int getItemHeight();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 510
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.fontHeight:I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.fontLeading:I
            isub
            iconst_2
            iadd
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  int getItemX();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 514
            iconst_3
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  int getItemY(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int item
         0: .line 518
            aload 0 /* this */
            iload 1 /* item */
            invokevirtual sun.awt.X11.XListPeer.index2y:(I)I
            ireturn
        end local 1 // int item
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;
            0    1     1  item  I
    MethodParameters:
      Name  Flags
      item  

  int getFocusIndex();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 522
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.focusIndex:I
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  void setFocusIndex(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int value
         0: .line 526
            aload 0 /* this */
            iload 1 /* value */
            putfield sun.awt.X11.XListPeer.focusIndex:I
         1: .line 527
            return
        end local 1 // int value
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/awt/X11/XListPeer;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  java.awt.Rectangle getFocusRect();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 536
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 1 /* focusRect */
        start local 1 // java.awt.Rectangle focusRect
         1: .line 538
            aload 1 /* focusRect */
            iconst_1
            putfield java.awt.Rectangle.x:I
         2: .line 539
            aload 1 /* focusRect */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            iconst_3
            isub
            putfield java.awt.Rectangle.width:I
         3: .line 542
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.isIndexDisplayed:(I)Z
            ifeq 7
         4: .line 544
            aload 1 /* focusRect */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.index2y:(I)I
            iconst_2
            isub
            putfield java.awt.Rectangle.y:I
         5: .line 545
            aload 1 /* focusRect */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            iconst_1
            iadd
            putfield java.awt.Rectangle.height:I
         6: .line 546
            goto 12
         7: .line 548
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* focusRect */
            iconst_1
            putfield java.awt.Rectangle.y:I
         8: .line 549
            aload 1 /* focusRect */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 9
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 17
            isub
            goto 10
      StackMap locals:
      StackMap stack: java.awt.Rectangle
         9: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
      StackMap locals: sun.awt.X11.XListPeer java.awt.Rectangle
      StackMap stack: java.awt.Rectangle int
        10: putfield java.awt.Rectangle.height:I
        11: .line 550
            aload 1 /* focusRect */
            dup
            getfield java.awt.Rectangle.height:I
            iconst_3
            isub
            putfield java.awt.Rectangle.height:I
        12: .line 552
      StackMap locals:
      StackMap stack:
            aload 1 /* focusRect */
            areturn
        end local 1 // java.awt.Rectangle focusRect
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/awt/X11/XListPeer;
            1   13     1  focusRect  Ljava/awt/Rectangle;

  public void handleConfigureNotifyEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // sun.awt.X11.XEvent xev
         0: .line 556
            aload 0 /* this */
            aload 1 /* xev */
            invokespecial sun.awt.X11.XComponentPeer.handleConfigureNotifyEvent:(Lsun/awt/X11/XEvent;)V
         1: .line 559
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            invokevirtual sun.awt.X11.XListPeer$ListPainter.invalidate:()V
         2: .line 560
            return
        end local 1 // sun.awt.X11.XEvent xev
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;
            0    3     1   xev  Lsun/awt/X11/XEvent;
    MethodParameters:
      Name  Flags
      xev   

  public boolean handlesWheelScrolling();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 561
            iconst_1
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  void handleJavaMouseEvent(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 565
            aload 0 /* this */
            aload 1 /* e */
            invokespecial sun.awt.X11.XComponentPeer.handleJavaMouseEvent:(Ljava/awt/event/MouseEvent;)V
         1: .line 566
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getID:()I
            istore 2 /* i */
        start local 2 // int i
         2: .line 567
            iload 2 /* i */
            tableswitch { // 501 - 506
                  501: 3
                  502: 5
                  503: 8
                  504: 8
                  505: 8
                  506: 7
              default: 8
          }
         3: .line 569
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.mousePressed:(Ljava/awt/event/MouseEvent;)V
         4: .line 570
            goto 8
         5: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.mouseReleased:(Ljava/awt/event/MouseEvent;)V
         6: .line 573
            goto 8
         7: .line 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.mouseDragged:(Ljava/awt/event/MouseEvent;)V
         8: .line 578
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int i
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/awt/X11/XListPeer;
            0    9     1     e  Ljava/awt/event/MouseEvent;
            2    9     2     i  I
    MethodParameters:
      Name  Flags
      e     

  void handleJavaMouseWheelEvent(java.awt.event.MouseWheelEvent);
    descriptor: (Ljava/awt/event/MouseWheelEvent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseWheelEvent e
         0: .line 581
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 1
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
         2: .line 582
      StackMap locals:
      StackMap stack: sun.awt.X11.XVerticalScrollbar
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 3
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            goto 4
      StackMap locals:
      StackMap stack: sun.awt.X11.XVerticalScrollbar
         3: aconst_null
      StackMap locals: sun.awt.X11.XListPeer java.awt.event.MouseWheelEvent
      StackMap stack: sun.awt.X11.XVerticalScrollbar sun.awt.X11.XHorizontalScrollbar
         4: aload 1 /* e */
         5: .line 581
            invokestatic sun.awt.X11.ListHelper.doWheelScroll:(Lsun/awt/X11/XVerticalScrollbar;Lsun/awt/X11/XHorizontalScrollbar;Ljava/awt/event/MouseWheelEvent;)Z
         6: .line 582
            ifeq 8
         7: .line 583
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
         8: .line 585
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseWheelEvent e
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/awt/X11/XListPeer;
            0    9     1     e  Ljava/awt/event/MouseWheelEvent;
    MethodParameters:
      Name  Flags
      e     

  void mousePressed(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent mouseEvent
         0: .line 588
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 589
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", hsb "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ", vsb "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         2: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.isEnabled:()Z
            ifeq 47
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getButton:()I
            iconst_1
            if_icmpne 47
         3: .line 592
            aload 0 /* this */
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XListPeer.inWindow:(II)Z
            ifeq 27
         4: .line 593
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 6
         5: .line 594
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            ldc "Mouse press in items area"
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         6: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.active:I
         7: .line 597
            aload 0 /* this */
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XListPeer.y2index:(I)I
            istore 2 /* i */
        start local 2 // int i
         8: .line 598
            iload 2 /* i */
            iflt 25
         9: .line 599
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifeq 19
        10: .line 600
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifeq 15
        11: .line 602
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.deselectItem:(I)V
        12: .line 603
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        13: .line 604
            aload 0 /* this */
            iconst_2
            putfield sun.awt.X11.XListPeer.eventType:I
        14: .line 605
            goto 22
        15: .line 607
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        16: .line 608
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        17: .line 609
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.eventType:I
        18: .line 611
            goto 22
        19: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        20: .line 619
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        21: .line 620
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.eventType:I
        22: .line 624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        23: .line 625
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        24: .line 626
            goto 46
        25: .line 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
        end local 2 // int i
        26: .line 631
            goto 46
      StackMap locals:
      StackMap stack:
        27: aload 0 /* this */
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XListPeer.inVerticalScrollbar:(II)Z
            ifeq 37
        28: .line 632
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 30
        29: .line 633
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            ldc "Mouse press in vertical scrollbar"
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
        30: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.active:I
        31: .line 636
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getID:()I
        32: .line 637
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        33: .line 638
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 13
            isub
            isub
        34: .line 639
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
        35: .line 636
            invokevirtual sun.awt.X11.XVerticalScrollbar.handleMouseEvent:(IIII)V
        36: .line 640
            goto 46
      StackMap locals:
      StackMap stack:
        37: aload 0 /* this */
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XListPeer.inHorizontalScrollbar:(II)Z
            ifeq 46
        38: .line 641
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 40
        39: .line 642
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            ldc "Mouse press in horizontal scrollbar"
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
        40: .line 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.awt.X11.XListPeer.active:I
        41: .line 645
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getID:()I
        42: .line 646
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        43: .line 647
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
        44: .line 648
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 13
            isub
            isub
        45: .line 645
            invokevirtual sun.awt.X11.XHorizontalScrollbar.handleMouseEvent:(IIII)V
        46: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.isMousePressed:Z
        47: .line 653
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseEvent mouseEvent
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   48     0        this  Lsun/awt/X11/XListPeer;
            0   48     1  mouseEvent  Ljava/awt/event/MouseEvent;
            8   26     2           i  I
    MethodParameters:
            Name  Flags
      mouseEvent  

  void mouseReleased(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent mouseEvent
         0: .line 655
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.isEnabled:()Z
            ifeq 40
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getButton:()I
            iconst_1
            if_icmpne 40
         1: .line 657
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getClickCount:()I
            istore 2 /* clickCount */
        start local 2 // int clickCount
         2: .line 658
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            iconst_1
            if_icmpne 9
         3: .line 659
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getID:()I
         4: .line 660
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
         5: .line 661
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 13
            isub
            isub
         6: .line 662
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
         7: .line 659
            invokevirtual sun.awt.X11.XVerticalScrollbar.handleMouseEvent:(IIII)V
         8: .line 663
            goto 36
      StackMap locals: int
      StackMap stack:
         9: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            iconst_2
            if_icmpne 16
        10: .line 664
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getID:()I
        11: .line 665
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        12: .line 666
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
        13: .line 667
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 13
            isub
            isub
        14: .line 664
            invokevirtual sun.awt.X11.XHorizontalScrollbar.handleMouseEvent:(IIII)V
        15: .line 668
            goto 36
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.currentIndex:I
            iflt 25
            iload 2 /* clickCount */
            iconst_2
            if_icmplt 25
        17: .line 669
            iload 2 /* clickCount */
            iconst_2
            irem
            ifne 25
        18: .line 670
            aload 0 /* this */
            new java.awt.event.ActionEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
        19: .line 671
            sipush 1001
        20: .line 672
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.currentIndex:I
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
        21: .line 673
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getWhen:()J
        22: .line 674
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
            invokespecial java.awt.event.ActionEvent.<init>:(Ljava/lang/Object;ILjava/lang/String;JI)V
        23: .line 670
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        24: .line 675
            goto 36
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            ifne 36
        26: .line 677
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.trackMouseReleasedScroll:()V
        27: .line 679
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_2
            if_icmpne 30
        28: .line 680
            getstatic sun.awt.X11.XListPeer.$assertionsDisabled:Z
            ifne 29
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 29
            new java.lang.AssertionError
            dup
            ldc "Shouldn't get a deselect for a single-select List"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        29: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            invokevirtual sun.awt.X11.XListPeer.deselectItem:(I)V
        30: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_m1
            if_icmpeq 36
        31: .line 685
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
        32: .line 686
            sipush 701
        33: .line 687
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        34: .line 688
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        35: .line 685
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        36: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.active:I
        37: .line 692
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventIndex:I
        38: .line 693
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventType:I
        39: .line 694
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isMousePressed:Z
        end local 2 // int clickCount
        40: .line 696
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseEvent mouseEvent
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Lsun/awt/X11/XListPeer;
            0   41     1  mouseEvent  Ljava/awt/event/MouseEvent;
            2   40     2  clickCount  I
    MethodParameters:
            Name  Flags
      mouseEvent  

  void mouseDragged(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent mouseEvent
         0: .line 700
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.isEnabled:()Z
            ifeq 34
         1: .line 701
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiersEx:()I
            sipush 1024
            iand
            ifeq 34
         2: .line 702
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            iconst_1
            if_icmpne 9
         3: .line 703
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getID:()I
         4: .line 704
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
         5: .line 705
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 13
            isub
            isub
         6: .line 706
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
         7: .line 703
            invokevirtual sun.awt.X11.XVerticalScrollbar.handleMouseEvent:(IIII)V
         8: .line 707
            goto 34
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            iconst_2
            if_icmpne 16
        10: .line 708
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getID:()I
        11: .line 709
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        12: .line 710
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
        13: .line 711
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 13
            isub
            isub
        14: .line 708
            invokevirtual sun.awt.X11.XHorizontalScrollbar.handleMouseEvent:(IIII)V
        15: .line 712
            goto 34
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            ifne 34
        17: .line 713
            aload 0 /* this */
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XListPeer.y2index:(I)I
            istore 2 /* i */
        start local 2 // int i
        18: .line 714
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifeq 24
        19: .line 718
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_2
            if_icmpne 31
        20: .line 719
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            if_icmpeq 31
        21: .line 720
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventType:I
        22: .line 721
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventIndex:I
        23: .line 724
            goto 31
        24: .line 725
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_1
            if_icmpne 31
        25: .line 731
            aload 0 /* this */
            aload 1 /* mouseEvent */
            invokevirtual sun.awt.X11.XListPeer.trackMouseDraggedScroll:(Ljava/awt/event/MouseEvent;)V
        26: .line 733
            iload 2 /* i */
            iflt 31
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifne 31
        27: .line 734
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            istore 3 /* oldSel */
        start local 3 // int oldSel
        28: .line 735
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        29: .line 736
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        30: .line 737
            aload 0 /* this */
            iload 3 /* oldSel */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        end local 3 // int oldSel
        31: .line 742
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iflt 34
        32: .line 743
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        33: .line 744
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        end local 2 // int i
        34: .line 748
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseEvent mouseEvent
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   35     0        this  Lsun/awt/X11/XListPeer;
            0   35     1  mouseEvent  Ljava/awt/event/MouseEvent;
           18   34     2           i  I
           28   31     3      oldSel  I
    MethodParameters:
            Name  Flags
      mouseEvent  

  void trackMouseDraggedScroll(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent mouseEvent
         0: .line 758
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XVerticalScrollbar.beforeThumb:(II)Z
            ifeq 3
         1: .line 759
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            iconst_2
            invokevirtual sun.awt.X11.XVerticalScrollbar.setMode:(I)V
         2: .line 760
            goto 4
         3: .line 761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            iconst_1
            invokevirtual sun.awt.X11.XVerticalScrollbar.setMode:(I)V
         4: .line 764
      StackMap locals:
      StackMap stack:
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            iflt 5
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listHeight:I
            if_icmplt 9
         5: .line 765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
            ifne 12
         6: .line 766
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
         7: .line 767
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.startScrollingInstance:()V
         8: .line 769
            goto 12
         9: .line 770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
            ifeq 12
        10: .line 771
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
        11: .line 772
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.stopScrollingInstance:()V
        12: .line 776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XHorizontalScrollbar.beforeThumb:(II)Z
            ifeq 15
        13: .line 777
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            iconst_2
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setMode:(I)V
        14: .line 778
            goto 16
        15: .line 779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            iconst_1
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setMode:(I)V
        16: .line 782
      StackMap locals:
      StackMap stack:
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            iflt 17
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listWidth:I
            if_icmplt 21
        17: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
            ifne 24
        18: .line 784
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
        19: .line 785
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.startScrollingInstance:()V
        20: .line 787
            goto 24
        21: .line 788
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
            ifeq 24
        22: .line 789
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
        23: .line 790
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.stopScrollingInstance:()V
        24: .line 793
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseEvent mouseEvent
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lsun/awt/X11/XListPeer;
            0   25     1  mouseEvent  Ljava/awt/event/MouseEvent;
    MethodParameters:
            Name  Flags
      mouseEvent  

  void trackMouseReleasedScroll();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 803
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
            ifeq 3
         1: .line 804
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
         2: .line 805
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.stopScrollingInstance:()V
         3: .line 808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
            ifeq 6
         4: .line 809
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
         5: .line 810
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.stopScrollingInstance:()V
         6: .line 812
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/X11/XListPeer;

  void handleJavaKeyEvent(java.awt.event.KeyEvent);
    descriptor: (Ljava/awt/event/KeyEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.KeyEvent e
         0: .line 815
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getID:()I
            tableswitch { // 401 - 401
                  401: 1
              default: 3
          }
         1: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.isMousePressed:Z
            ifne 3
         2: .line 818
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.keyPressed:(Ljava/awt/event/KeyEvent;)V
         3: .line 822
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.KeyEvent e
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/X11/XListPeer;
            0    4     1     e  Ljava/awt/event/KeyEvent;
    MethodParameters:
      Name  Flags
      e     

  void keyPressed(java.awt.event.KeyEvent);
    descriptor: (Ljava/awt/event/KeyEvent;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=5, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.KeyEvent e
         0: .line 825
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getKeyCode:()I
            istore 2 /* keyCode */
        start local 2 // int keyCode
         1: .line 826
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 3
         2: .line 827
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         3: .line 829
      StackMap locals: int
      StackMap stack:
            iload 2 /* keyCode */
            lookupswitch { // 14
                   10: 119
                   32: 100
                   33: 34
                   34: 48
                   35: 86
                   36: 72
                   37: 62
                   38: 4
                   39: 68
                   40: 19
                  224: 4
                  225: 19
                  226: 62
                  227: 68
              default: 126
          }
         4: .line 832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            ifle 126
         5: .line 833
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iconst_1
            isub
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
         6: .line 834
            aload 0 /* this */
            bipush 64
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         7: .line 836
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 14
         8: .line 837
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
         9: .line 838
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
        10: .line 839
            sipush 701
        11: .line 840
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        12: .line 841
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        13: .line 838
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        14: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifeq 17
        15: .line 844
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.makeVisible:(I)V
        16: .line 845
            goto 126
        17: .line 847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        18: .line 850
            goto 126
        19: .line 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            if_icmpge 126
        20: .line 854
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iconst_1
            iadd
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        21: .line 855
            aload 0 /* this */
            bipush 64
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        22: .line 857
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 29
        23: .line 858
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        24: .line 859
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
        25: .line 860
            sipush 701
        26: .line 861
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        27: .line 862
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        28: .line 859
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        29: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifeq 32
        30: .line 865
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.makeVisible:(I)V
        31: .line 866
            goto 126
        32: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        33: .line 871
            goto 126
        34: .line 874
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            istore 3 /* previousValue */
        start local 3 // int previousValue
        35: .line 875
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getBlockIncrement:()I
            isub
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
        36: .line 876
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            istore 4 /* currentValue */
        start local 4 // int currentValue
        37: .line 879
            iload 3 /* previousValue */
            iload 4 /* currentValue */
            if_icmpeq 46
        38: .line 880
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            isub
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        39: .line 881
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 46
        40: .line 882
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        41: .line 883
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
        42: .line 884
            sipush 701
        43: .line 885
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        44: .line 886
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        45: .line 883
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        46: .line 889
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        47: .line 890
            goto 126
        end local 4 // int currentValue
        end local 3 // int previousValue
        48: .line 894
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            istore 3 /* previousValue */
        start local 3 // int previousValue
        49: .line 895
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getBlockIncrement:()I
            iadd
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
        50: .line 896
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            istore 4 /* currentValue */
        start local 4 // int currentValue
        51: .line 899
            iload 3 /* previousValue */
            iload 4 /* currentValue */
            if_icmpeq 60
        52: .line 900
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            iadd
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            invokestatic java.lang.Math.min:(II)I
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        53: .line 901
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 60
        54: .line 902
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        55: .line 903
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
        56: .line 904
            sipush 701
        57: .line 905
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        58: .line 906
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        59: .line 903
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        60: .line 909
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        61: .line 910
            goto 126
        end local 4 // int currentValue
        end local 3 // int previousValue
        62: .line 914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getValue:()I
            ifle 63
            iconst_1
            goto 64
      StackMap locals:
      StackMap stack: int
        63: iconst_0
      StackMap locals: sun.awt.X11.XListPeer java.awt.event.KeyEvent int
      StackMap stack: int int
        64: iand
            ifeq 126
        65: .line 915
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getValue:()I
            bipush 10
            isub
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setValue:(I)V
        66: .line 916
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        67: .line 918
            goto 126
        68: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 126
        69: .line 922
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getValue:()I
            bipush 10
            iadd
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setValue:(I)V
        70: .line 923
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        71: .line 925
            goto 126
        72: .line 929
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.isControlDown:()Z
            ifeq 126
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
            invokevirtual java.awt.List.getItemCount:()I
            ifgt 74
        73: .line 930
            goto 126
        74: .line 931
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 76
        75: .line 932
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getMinimum:()I
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
        76: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        77: .line 935
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 84
        78: .line 936
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        79: .line 937
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
        80: .line 938
            sipush 701
        81: .line 939
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        82: .line 940
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        83: .line 937
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        84: .line 942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        85: .line 943
            goto 126
        86: .line 945
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.isControlDown:()Z
            ifeq 126
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
            invokevirtual java.awt.List.getItemCount:()I
            ifgt 88
        87: .line 946
            goto 126
        88: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 90
        89: .line 948
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getMaximum:()I
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
        90: .line 950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        91: .line 951
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 98
        92: .line 952
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        93: .line 953
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
        94: .line 954
            sipush 701
        95: .line 955
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        96: .line 956
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        97: .line 953
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        98: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        99: .line 959
            goto 126
       100: .line 963
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iflt 126
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
            invokevirtual java.awt.List.getItemCount:()I
            ifgt 102
       101: .line 964
            goto 126
       102: .line 967
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            istore 3 /* isSelected */
        start local 3 // boolean isSelected
       103: .line 970
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifeq 111
            iload 3 /* isSelected */
            ifeq 111
       104: .line 971
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.deselectItem:(I)V
       105: .line 972
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
       106: .line 973
            sipush 701
       107: .line 974
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
       108: .line 975
            iconst_2
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
       109: .line 972
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
       110: .line 976
            goto 126
       111: .line 977
      StackMap locals: int
      StackMap stack:
            iload 3 /* isSelected */
            ifne 126
       112: .line 983
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
       113: .line 984
            aload 0 /* this */
            new java.awt.event.ItemEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
       114: .line 985
            sipush 701
       115: .line 986
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
       116: .line 987
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
       117: .line 984
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
       118: .line 989
            goto 126
        end local 3 // boolean isSelected
       119: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            ifle 126
       120: .line 997
            aload 0 /* this */
            new java.awt.event.ActionEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            checkcast java.awt.List
       121: .line 998
            sipush 1001
       122: .line 999
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
       123: .line 1000
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getWhen:()J
       124: .line 1001
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getModifiers:()I
            invokespecial java.awt.event.ActionEvent.<init>:(Ljava/lang/Object;ILjava/lang/String;JI)V
       125: .line 997
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
       126: .line 1006
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int keyCode
        end local 1 // java.awt.event.KeyEvent e
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0  127     0           this  Lsun/awt/X11/XListPeer;
            0  127     1              e  Ljava/awt/event/KeyEvent;
            1  127     2        keyCode  I
           35   48     3  previousValue  I
           37   48     4   currentValue  I
           49   62     3  previousValue  I
           51   62     4   currentValue  I
          103  119     3     isSelected  Z
    MethodParameters:
      Name  Flags
      e     

  public void notifyValue(sun.awt.X11.XScrollbar, int, int, boolean);
    descriptor: (Lsun/awt/X11/XScrollbar;IIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // sun.awt.X11.XScrollbar obj
        start local 2 // int type
        start local 3 // int v
        start local 4 // boolean isAdjusting
         0: .line 1013
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 1014
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Notify value changed on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* obj */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* v */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         2: .line 1016
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            invokevirtual sun.awt.X11.XScrollbar.getValue:()I
            istore 5 /* value */
        start local 5 // int value
         3: .line 1017
            aload 1 /* obj */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            if_acmpne 14
         4: .line 1018
            aload 0 /* this */
            iload 3 /* v */
            iload 5 /* value */
            isub
            invokevirtual sun.awt.X11.XListPeer.scrollVertical:(I)V
         5: .line 1021
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            istore 6 /* oldSel */
        start local 6 // int oldSel
         6: .line 1022
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            iload 3 /* v */
            iadd
            iload 5 /* value */
            isub
            istore 7 /* newSel */
        start local 7 // int newSel
         7: .line 1023
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
            ifeq 16
            aload 0 /* this */
            iload 7 /* newSel */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifne 16
         8: .line 1024
            aload 0 /* this */
            iload 7 /* newSel */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
         9: .line 1025
            aload 0 /* this */
            iload 7 /* newSel */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        10: .line 1026
            aload 0 /* this */
            iload 6 /* oldSel */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        11: .line 1030
            aload 0 /* this */
            iload 7 /* newSel */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        12: .line 1031
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        end local 7 // int newSel
        end local 6 // int oldSel
        13: .line 1034
            goto 16
      StackMap locals: int
      StackMap stack:
        14: aload 1 /* obj */
            checkcast sun.awt.X11.XHorizontalScrollbar
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            if_acmpne 16
        15: .line 1035
            aload 0 /* this */
            iload 3 /* v */
            iload 5 /* value */
            isub
            invokevirtual sun.awt.X11.XListPeer.scrollHorizontal:(I)V
        16: .line 1038
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int value
        end local 4 // boolean isAdjusting
        end local 3 // int v
        end local 2 // int type
        end local 1 // sun.awt.X11.XScrollbar obj
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lsun/awt/X11/XListPeer;
            0   17     1          obj  Lsun/awt/X11/XScrollbar;
            0   17     2         type  I
            0   17     3            v  I
            0   17     4  isAdjusting  Z
            3   17     5        value  I
            6   13     6       oldSel  I
            7   13     7       newSel  I
    MethodParameters:
             Name  Flags
      obj          
      type         
      v            
      isAdjusting  

  private void deselectAllItems();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 1044
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         1: .line 1045
            aload 0 /* this */
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 1046
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  public void setMultipleSelections(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // boolean v
         0: .line 1052
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            iload 1 /* v */
            if_icmpeq 9
         1: .line 1053
            iload 1 /* v */
            ifne 8
         2: .line 1054
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.focusIndex:I
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifeq 3
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.focusIndex:I
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_m1
      StackMap locals:
      StackMap stack: int
         4: istore 2 /* selPos */
        start local 2 // int selPos
         5: .line 1055
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.deselectAllItems:()V
         6: .line 1056
            iload 2 /* selPos */
            iconst_m1
            if_icmpeq 8
         7: .line 1057
            aload 0 /* this */
            iload 2 /* selPos */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        end local 2 // int selPos
         8: .line 1060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            putfield sun.awt.X11.XListPeer.multipleSelections:Z
         9: .line 1062
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean v
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/awt/X11/XListPeer;
            0   10     1       v  Z
            5    8     2  selPos  I
    MethodParameters:
      Name  Flags
      v     

  public void addItem(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.lang.String item
        start local 2 // int i
         0: .line 1070
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            istore 3 /* oldMaxLength */
        start local 3 // int oldMaxLength
         1: .line 1071
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            istore 4 /* hsbWasVis */
        start local 4 // boolean hsbWasVis
         2: .line 1072
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            istore 5 /* vsbWasVis */
        start local 5 // boolean vsbWasVis
         3: .line 1074
            iconst_0
            istore 6 /* addedIndex */
        start local 6 // int addedIndex
         4: .line 1075
            iload 2 /* i */
            iflt 5
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmplt 6
         5: .line 1076
      StackMap locals: sun.awt.X11.XListPeer java.lang.String int int int int int
      StackMap stack:
            iconst_m1
            istore 2 /* i */
         6: .line 1083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
         7: .line 1085
            iload 2 /* i */
            iconst_m1
            if_icmpne 12
         8: .line 1086
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            aload 1 /* item */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         9: .line 1087
            iconst_0
            istore 2 /* i */
        10: .line 1088
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            istore 6 /* addedIndex */
        11: .line 1089
            goto 20
        12: .line 1090
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            aload 1 /* item */
            iload 2 /* i */
            invokevirtual java.util.Vector.insertElementAt:(Ljava/lang/Object;I)V
        13: .line 1091
            iload 2 /* i */
            istore 6 /* addedIndex */
        14: .line 1092
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        15: goto 19
        16: .line 1093
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 7 /* j */
            iaload
            iload 2 /* i */
            if_icmplt 18
        17: .line 1094
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 7 /* j */
            dup2
            iaload
            iconst_1
            iadd
            iastore
        18: .line 1092
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        19: iload 7 /* j */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            if_icmplt 16
        end local 7 // int j
        20: .line 1098
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 22
        21: .line 1099
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Adding item '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* item */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 6 /* addedIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
        22: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* addedIndex */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifeq 23
            iconst_0
            goto 24
      StackMap locals:
      StackMap stack:
        23: iconst_1
      StackMap locals:
      StackMap stack: int
        24: istore 7 /* repaintItems */
        start local 7 // boolean repaintItems
        25: .line 1104
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            aload 0 /* this */
            iload 6 /* addedIndex */
            invokevirtual sun.awt.X11.XListPeer.getItemWidth:(I)I
            invokestatic java.lang.Math.max:(II)I
            putfield sun.awt.X11.XListPeer.maxLength:I
        26: .line 1105
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
        27: .line 1107
            iconst_0
            istore 8 /* options */
        start local 8 // int options
        28: .line 1108
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            iload 5 /* vsbWasVis */
            if_icmpne 29
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            iload 4 /* hsbWasVis */
            if_icmpeq 31
        29: .line 1110
      StackMap locals: int int
      StackMap stack:
            bipush 62
            istore 8 /* options */
        30: .line 1111
            goto 40
        31: .line 1113
      StackMap locals:
      StackMap stack:
            iload 7 /* repaintItems */
            ifeq 32
            bipush 8
            goto 33
      StackMap locals:
      StackMap stack:
        32: iconst_0
        33: .line 1114
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            iload 3 /* oldMaxLength */
            if_icmpne 34
            iload 4 /* hsbWasVis */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ixor
            ifeq 35
      StackMap locals:
      StackMap stack: int
        34: iconst_4
            goto 36
      StackMap locals:
      StackMap stack: int
        35: iconst_0
        36: .line 1113
      StackMap locals: sun.awt.X11.XListPeer java.lang.String int int int int int int int
      StackMap stack: int int
            ior
        37: .line 1115
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.needsRepaint:()Z
            ifeq 38
            iconst_2
            goto 39
      StackMap locals:
      StackMap stack: int
        38: iconst_0
        39: .line 1113
      StackMap locals: sun.awt.X11.XListPeer java.lang.String int int int int int int int
      StackMap stack: int int
            ior
            istore 8 /* options */
        40: .line 1118
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 44
        41: .line 1119
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Last visible: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        42: .line 1120
            ldc ", hsb changed : "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* hsbWasVis */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ixor
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ", items changed "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 7 /* repaintItems */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        43: .line 1119
            invokevirtual java.util.logging.Logger.finest:(Ljava/lang/String;)V
        44: .line 1122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* addedIndex */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            iload 8 /* options */
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        45: .line 1123
            return
        end local 8 // int options
        end local 7 // boolean repaintItems
        end local 6 // int addedIndex
        end local 5 // boolean vsbWasVis
        end local 4 // boolean hsbWasVis
        end local 3 // int oldMaxLength
        end local 2 // int i
        end local 1 // java.lang.String item
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   46     0          this  Lsun/awt/X11/XListPeer;
            0   46     1          item  Ljava/lang/String;
            0   46     2             i  I
            1   46     3  oldMaxLength  I
            2   46     4     hsbWasVis  Z
            3   46     5     vsbWasVis  Z
            4   46     6    addedIndex  I
           15   20     7             j  I
           25   46     7  repaintItems  Z
           28   46     8       options  I
    MethodParameters:
      Name  Flags
      item  
      i     

  public void delItems(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=3
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int s
        start local 2 // int e
         0: .line 1132
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            istore 3 /* hsbWasVisible */
        start local 3 // boolean hsbWasVisible
         1: .line 1133
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            istore 4 /* vsbWasVisible */
        start local 4 // boolean vsbWasVisible
         2: .line 1134
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            istore 5 /* oldLastDisplayed */
        start local 5 // int oldLastDisplayed
         3: .line 1136
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
         4: .line 1137
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Deleting from "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* e */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         5: .line 1140
      StackMap locals: int int int
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 9
         6: .line 1141
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Last displayed item: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* oldLastDisplayed */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", items in window "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 1142
            ldc ", size "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 1141
            invokevirtual java.util.logging.Logger.finest:(Ljava/lang/String;)V
         9: .line 1145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ifne 11
        10: .line 1146
            return
        11: .line 1150
      StackMap locals:
      StackMap stack:
            iload 1 /* s */
            iload 2 /* e */
            if_icmple 15
        12: .line 1151
            iload 1 /* s */
            istore 6 /* tmp */
        start local 6 // int tmp
        13: .line 1152
            iload 2 /* e */
            istore 1 /* s */
        14: .line 1153
            iload 6 /* tmp */
            istore 2 /* e */
        end local 6 // int tmp
        15: .line 1157
      StackMap locals:
      StackMap stack:
            iload 1 /* s */
            ifge 17
        16: .line 1158
            iconst_0
            istore 1 /* s */
        17: .line 1162
      StackMap locals:
      StackMap stack:
            iload 2 /* e */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmplt 19
        18: .line 1163
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            istore 2 /* e */
        19: .line 1173
      StackMap locals:
      StackMap stack:
            iload 1 /* s */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFirstVisibleItem:()I
            if_icmplt 20
            iload 1 /* s */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            if_icmpgt 20
            iconst_1
            goto 21
      StackMap locals:
      StackMap stack:
        20: iconst_0
      StackMap locals:
      StackMap stack: int
        21: istore 6 /* repaintNeeded */
        start local 6 // boolean repaintNeeded
        22: .line 1176
            iload 1 /* s */
            istore 7 /* i */
        start local 7 // int i
        23: goto 32
        24: .line 1177
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            iload 1 /* s */
            invokevirtual java.util.Vector.removeElementAt:(I)V
        25: .line 1178
            aload 0 /* this */
            iload 7 /* i */
            invokevirtual sun.awt.X11.XListPeer.posInSel:(I)I
            istore 8 /* j */
        start local 8 // int j
        26: .line 1179
            iload 8 /* j */
            iconst_m1
            if_icmpeq 31
        27: .line 1180
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            iconst_1
            isub
            newarray 10
            astore 9 /* newsel */
        start local 9 // int[] newsel
        28: .line 1181
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iconst_0
            aload 9 /* newsel */
            iconst_0
            iload 8 /* j */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        29: .line 1182
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 8 /* j */
            iconst_1
            iadd
            aload 9 /* newsel */
            iload 8 /* j */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            iload 8 /* j */
            iconst_1
            iadd
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        30: .line 1183
            aload 0 /* this */
            aload 9 /* newsel */
            putfield sun.awt.X11.XListPeer.selected:[I
        end local 9 // int[] newsel
        end local 8 // int j
        31: .line 1176
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 7 /* i */
            iload 2 /* e */
            if_icmple 24
        end local 7 // int i
        33: .line 1189
            iload 2 /* e */
            iload 1 /* s */
            isub
            iconst_1
            iadd
            istore 7 /* diff */
        start local 7 // int diff
        34: .line 1190
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        35: goto 39
        36: .line 1191
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 8 /* i */
            iaload
            iload 2 /* e */
            if_icmple 38
        37: .line 1192
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 8 /* i */
            dup2
            iaload
            iload 7 /* diff */
            isub
            iastore
        38: .line 1190
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 8 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            if_icmplt 36
        end local 8 // int i
        40: .line 1196
            iconst_2
            istore 8 /* options */
        start local 8 // int options
        41: .line 1198
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iload 2 /* e */
            if_icmple 45
        42: .line 1199
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iload 2 /* e */
            iload 1 /* s */
            isub
            iconst_1
            iadd
            isub
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        43: .line 1200
            iload 8 /* options */
            bipush 16
            ior
            istore 8 /* options */
        44: .line 1201
            goto 51
      StackMap locals:
      StackMap stack:
        45: aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iload 1 /* s */
            if_icmplt 51
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iload 2 /* e */
            if_icmpgt 51
        46: .line 1205
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ifle 47
            iconst_0
            goto 48
      StackMap locals:
      StackMap stack:
        47: iconst_m1
      StackMap locals:
      StackMap stack: int
        48: istore 9 /* focusBound */
        start local 9 // int focusBound
        49: .line 1206
            aload 0 /* this */
            iload 1 /* s */
            iconst_1
            isub
            iload 9 /* focusBound */
            invokestatic java.lang.Math.max:(II)I
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        50: .line 1207
            iload 8 /* options */
            bipush 16
            ior
            istore 8 /* options */
        end local 9 // int focusBound
        51: .line 1210
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 53
        52: .line 1211
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Multiple selections: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finest:(Ljava/lang/String;)V
        53: .line 1215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 1 /* s */
            if_icmplt 58
        54: .line 1216
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 2 /* e */
            if_icmpgt 57
        55: .line 1217
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            iload 2 /* e */
            iconst_1
            iadd
            iload 7 /* diff */
            isub
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
        56: .line 1218
            goto 58
        57: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 7 /* diff */
            isub
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
        58: .line 1223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            istore 9 /* oldMaxLength */
        start local 9 // int oldMaxLength
        59: .line 1224
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.maxLength:()I
            putfield sun.awt.X11.XListPeer.maxLength:I
        60: .line 1225
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            iload 9 /* oldMaxLength */
            if_icmpeq 62
        61: .line 1228
            iload 8 /* options */
            iconst_4
            ior
            istore 8 /* options */
        62: .line 1230
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
        63: .line 1231
            iload 6 /* repaintNeeded */
            iload 4 /* vsbWasVisible */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ixor
            ifne 64
            iload 3 /* hsbWasVisible */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ixor
            ifne 64
            iconst_0
            goto 65
      StackMap locals:
      StackMap stack: int
        64: iconst_1
      StackMap locals: sun.awt.X11.XListPeer int int int int int int int int int
      StackMap stack: int int
        65: ior
            istore 6 /* repaintNeeded */
        66: .line 1232
            iload 6 /* repaintNeeded */
            ifeq 68
        67: .line 1233
            iload 8 /* options */
            bipush 62
            ior
            istore 8 /* options */
        68: .line 1235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* s */
            iload 5 /* oldLastDisplayed */
            iload 8 /* options */
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        69: .line 1236
            return
        end local 9 // int oldMaxLength
        end local 8 // int options
        end local 7 // int diff
        end local 6 // boolean repaintNeeded
        end local 5 // int oldLastDisplayed
        end local 4 // boolean vsbWasVisible
        end local 3 // boolean hsbWasVisible
        end local 2 // int e
        end local 1 // int s
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   70     0              this  Lsun/awt/X11/XListPeer;
            0   70     1                 s  I
            0   70     2                 e  I
            1   70     3     hsbWasVisible  Z
            2   70     4     vsbWasVisible  Z
            3   70     5  oldLastDisplayed  I
           13   15     6               tmp  I
           22   70     6     repaintNeeded  Z
           23   33     7                 i  I
           26   31     8                 j  I
           28   31     9            newsel  [I
           34   70     7              diff  I
           35   40     8                 i  I
           41   70     8           options  I
           49   51     9        focusBound  I
           59   70     9      oldMaxLength  I
    MethodParameters:
      Name  Flags
      s     
      e     

  public void select(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1243
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
         1: .line 1244
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 1245
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
         3: .line 1246
            return
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/awt/X11/XListPeer;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  void selectItem(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1259
            aload 0 /* this */
            iload 1 /* index */
            putfield sun.awt.X11.XListPeer.currentIndex:I
         1: .line 1261
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifeq 3
         2: .line 1262
            return
         3: .line 1264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 13
         4: .line 1265
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            ifne 8
         5: .line 1266
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         6: .line 1267
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iconst_0
            iload 1 /* index */
            iastore
         7: .line 1268
            goto 22
         8: .line 1270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iconst_0
            iaload
            istore 2 /* oldSel */
        start local 2 // int oldSel
         9: .line 1271
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iconst_0
            iload 1 /* index */
            iastore
        10: .line 1272
            aload 0 /* this */
            iload 2 /* oldSel */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifne 22
        11: .line 1274
            aload 0 /* this */
            iload 2 /* oldSel */
            iload 2 /* oldSel */
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        end local 2 // int oldSel
        12: .line 1277
            goto 22
        13: .line 1279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            iconst_1
            iadd
            newarray 10
            astore 2 /* newsel */
        start local 2 // int[] newsel
        14: .line 1280
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        15: .line 1281
            goto 18
        16: .line 1282
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* newsel */
            iload 3 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 3 /* i */
            iaload
            iastore
        17: .line 1283
            iinc 3 /* i */ 1
        18: .line 1281
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            if_icmpge 19
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 3 /* i */
            iaload
            if_icmpgt 16
        19: .line 1285
      StackMap locals:
      StackMap stack:
            aload 2 /* newsel */
            iload 3 /* i */
            iload 1 /* index */
            iastore
        20: .line 1286
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 3 /* i */
            aload 2 /* newsel */
            iload 3 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            iload 3 /* i */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 1287
            aload 0 /* this */
            aload 2 /* newsel */
            putfield sun.awt.X11.XListPeer.selected:[I
        end local 3 // int i
        end local 2 // int[] newsel
        22: .line 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifne 24
        23: .line 1291
            aload 0 /* this */
            iload 1 /* index */
            iload 1 /* index */
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        24: .line 1293
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lsun/awt/X11/XListPeer;
            0   25     1   index  I
            9   12     2  oldSel  I
           14   22     2  newsel  [I
           15   22     3       i  I
    MethodParameters:
       Name  Flags
      index  

  public void deselect(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1300
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.deselectItem:(I)V
         1: .line 1301
            return
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/awt/X11/XListPeer;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  void deselectItem(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1308
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifne 2
         1: .line 1309
            return
         2: .line 1311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 5
         3: .line 1314
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         4: .line 1315
            goto 10
         5: .line 1316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.posInSel:(I)I
            istore 2 /* i */
        start local 2 // int i
         6: .line 1317
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            iconst_1
            isub
            newarray 10
            astore 3 /* newsel */
        start local 3 // int[] newsel
         7: .line 1318
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iconst_0
            aload 3 /* newsel */
            iconst_0
            iload 2 /* i */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 1319
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 2 /* i */
            iconst_1
            iadd
            aload 3 /* newsel */
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            iload 2 /* i */
            iconst_1
            iadd
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 1320
            aload 0 /* this */
            aload 3 /* newsel */
            putfield sun.awt.X11.XListPeer.selected:[I
        end local 3 // int[] newsel
        end local 2 // int i
        10: .line 1322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            putfield sun.awt.X11.XListPeer.currentIndex:I
        11: .line 1323
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifne 13
        12: .line 1325
            aload 0 /* this */
            iload 1 /* index */
            iload 1 /* index */
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        13: .line 1327
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/awt/X11/XListPeer;
            0   14     1   index  I
            6   10     2       i  I
            7   10     3  newsel  [I
    MethodParameters:
       Name  Flags
      index  

  public void makeVisible(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1335
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmplt 2
         1: .line 1336
      StackMap locals:
      StackMap stack:
            return
         2: .line 1338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifeq 9
         3: .line 1340
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            if_icmpge 6
         4: .line 1341
            aload 0 /* this */
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            isub
            invokevirtual sun.awt.X11.XListPeer.scrollVertical:(I)V
         5: .line 1342
            goto 9
         6: .line 1344
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            if_icmple 9
         7: .line 1345
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            isub
            istore 2 /* val */
        start local 2 // int val
         8: .line 1346
            aload 0 /* this */
            iload 2 /* val */
            invokevirtual sun.awt.X11.XListPeer.scrollVertical:(I)V
        end local 2 // int val
         9: .line 1349
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/awt/X11/XListPeer;
            0   10     1  index  I
            8    9     2    val  I
    MethodParameters:
       Name  Flags
      index  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 1355
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         1: .line 1356
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
         2: .line 1357
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
         3: .line 1360
            aload 0 /* this */
            iconst_m1
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
         4: .line 1361
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            iconst_0
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
         5: .line 1362
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.maxLength:I
         6: .line 1363
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
         7: .line 1364
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
         8: .line 1365
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/awt/X11/XListPeer;

  public int[] getSelectedIndexes();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 1371
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            areturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  int index2y(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1381
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            istore 2 /* h */
        start local 2 // int h
         1: .line 1384
            iconst_2
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            isub
            iload 2 /* h */
            imul
            iadd
            iconst_1
            iadd
            ireturn
        end local 2 // int h
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/awt/X11/XListPeer;
            0    2     1  index  I
            1    2     2      h  I
    MethodParameters:
       Name  Flags
      index  

  boolean validY(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int y
         0: .line 1392
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsDisplayed:()I
            istore 2 /* shown */
        start local 2 // int shown
         1: .line 1393
            iload 2 /* shown */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            imul
            iconst_2
            iadd
            istore 3 /* lastY */
        start local 3 // int lastY
         2: .line 1395
            iload 2 /* shown */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            if_icmpne 4
         3: .line 1396
            iinc 3 /* lastY */ 2
         4: .line 1399
      StackMap locals: int int
      StackMap stack:
            iload 1 /* y */
            iflt 5
            iload 1 /* y */
            iload 3 /* lastY */
            if_icmplt 6
         5: .line 1400
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 1403
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // int lastY
        end local 2 // int shown
        end local 1 // int y
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/awt/X11/XListPeer;
            0    7     1      y  I
            1    7     2  shown  I
            2    7     3  lastY  I
    MethodParameters:
      Name  Flags
      y     

  int posInSel(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1411
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 1412
      StackMap locals: int
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 2 /* i */
            iaload
            if_icmpne 4
         3: .line 1413
            iload 2 /* i */
            ireturn
         4: .line 1411
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            if_icmplt 2
        end local 2 // int i
         6: .line 1416
            iconst_m1
            ireturn
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/awt/X11/XListPeer;
            0    7     1  index  I
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      index  

  boolean isIndexDisplayed(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int idx
         0: .line 1420
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            istore 2 /* lastDisplayed */
        start local 2 // int lastDisplayed
         1: .line 1422
            iload 1 /* idx */
            iload 2 /* lastDisplayed */
            if_icmpgt 4
         2: .line 1423
            iload 1 /* idx */
            iconst_0
            iload 2 /* lastDisplayed */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            isub
            iconst_1
            iadd
            invokestatic java.lang.Math.max:(II)I
         3: .line 1422
            if_icmplt 4
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // int lastDisplayed
        end local 1 // int idx
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lsun/awt/X11/XListPeer;
            0    5     1            idx  I
            1    5     2  lastDisplayed  I
    MethodParameters:
      Name  Flags
      idx   

  int lastItemDisplayed();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 1430
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 1431
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 1 /* n */
            iadd
            iconst_1
            isub
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 1 // int n
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;
            1    2     1     n  I

  boolean isItemHidden(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1439
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            if_icmplt 3
         1: .line 1440
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            iadd
         2: .line 1439
            if_icmpge 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/awt/X11/XListPeer;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  int getListWidth();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 1448
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 1
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 17
            isub
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;

  int itemsDisplayed();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 1456
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            isub
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  void scrollVertical(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int y
         0: .line 1465
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 1466
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Scrolling vertically by "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* y */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         2: .line 1468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            istore 2 /* itemsInWin */
        start local 2 // int itemsInWin
         3: .line 1469
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            istore 3 /* h */
        start local 3 // int h
         4: .line 1470
            iload 1 /* y */
            iload 3 /* h */
            imul
            istore 4 /* pixelsToScroll */
        start local 4 // int pixelsToScroll
         5: .line 1472
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 1 /* y */
            ineg
            if_icmpge 7
         6: .line 1473
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            ineg
            istore 1 /* y */
         7: .line 1475
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 1 /* y */
            iadd
            invokevirtual sun.awt.X11.XVerticalScrollbar.setValue:(I)V
         8: .line 1477
            iload 1 /* y */
            ifle 19
         9: .line 1482
            iload 1 /* y */
            iload 2 /* itemsInWin */
            if_icmpge 17
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            invokevirtual sun.awt.X11.XListPeer$ListPainter.isBuffer:()Z
            ifeq 17
        10: .line 1483
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 15
        11: .line 1484
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Copying 2,"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iconst_2
            iload 4 /* pixelsToScroll */
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        12: .line 1485
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 17
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* h */
            iload 2 /* itemsInWin */
            iload 1 /* y */
            isub
            imul
            iconst_1
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        13: .line 1486
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* pixelsToScroll */
            ineg
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 1484
            invokevirtual java.util.logging.Logger.finest:(Ljava/lang/String;)V
        15: .line 1489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 64
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        16: .line 1490
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            iconst_2
            iconst_2
            iload 4 /* pixelsToScroll */
            iadd
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 17
            isub
            iload 3 /* h */
            iload 2 /* itemsInWin */
            iload 1 /* y */
            isub
            iconst_1
            isub
            imul
            iconst_1
            isub
            iconst_0
            iload 4 /* pixelsToScroll */
            ineg
            invokevirtual sun.awt.X11.XListPeer$ListPainter.copyArea:(IIIIII)V
        17: .line 1492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 2 /* itemsInWin */
            iload 1 /* y */
            isub
            iadd
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 2 /* itemsInWin */
            iadd
            iconst_1
            isub
            bipush 26
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        18: .line 1493
            goto 30
      StackMap locals:
      StackMap stack:
        19: iload 1 /* y */
            ifge 30
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            invokevirtual sun.awt.X11.XListPeer$ListPainter.isBuffer:()Z
            ifeq 30
        20: .line 1494
            iload 1 /* y */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            iadd
            ifle 28
        21: .line 1495
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 26
        22: .line 1496
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Copying 2,2,"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        23: .line 1497
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 17
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        24: .line 1498
            iload 3 /* h */
            iload 2 /* itemsInWin */
            iload 1 /* y */
            iadd
            imul
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "0"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* pixelsToScroll */
            ineg
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        25: .line 1496
            invokevirtual java.util.logging.Logger.finest:(Ljava/lang/String;)V
        26: .line 1500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 64
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        27: .line 1501
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            iconst_2
            iconst_2
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 17
            isub
            iload 3 /* h */
            iload 2 /* itemsInWin */
            iload 1 /* y */
            iadd
            imul
            iconst_0
            iload 4 /* pixelsToScroll */
            ineg
            invokevirtual sun.awt.X11.XListPeer$ListPainter.copyArea:(IIIIII)V
        28: .line 1503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getLastVisibleItem:()I
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 1 /* y */
            ineg
            iadd
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* e */
        start local 5 // int e
        29: .line 1504
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 5 /* e */
            bipush 26
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        end local 5 // int e
        30: .line 1506
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int pixelsToScroll
        end local 3 // int h
        end local 2 // int itemsInWin
        end local 1 // int y
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   31     0            this  Lsun/awt/X11/XListPeer;
            0   31     1               y  I
            3   31     2      itemsInWin  I
            4   31     3               h  I
            5   31     4  pixelsToScroll  I
           29   30     5               e  I
    MethodParameters:
      Name  Flags
      y     

  void scrollHorizontal(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int x
         0: .line 1513
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 1514
            getstatic sun.awt.X11.XListPeer.log:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Scrolling horizontally by "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.y:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         2: .line 1516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            istore 2 /* w */
        start local 2 // int w
         3: .line 1517
            iinc 2 /* w */ -6
         4: .line 1518
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 21
            isub
            istore 3 /* h */
        start local 3 // int h
         5: .line 1519
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.getValue:()I
            iload 1 /* x */
            iadd
            invokevirtual sun.awt.X11.XHorizontalScrollbar.setValue:(I)V
         6: .line 1521
            iload 1 /* x */
            ifge 9
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            invokevirtual sun.awt.X11.XListPeer$ListPainter.isBuffer:()Z
            ifeq 9
         7: .line 1522
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            iconst_3
            iconst_2
            iload 2 /* w */
            iload 1 /* x */
            iadd
            iload 3 /* h */
            iload 1 /* x */
            ineg
            iconst_0
            invokevirtual sun.awt.X11.XListPeer$ListPainter.copyArea:(IIIIII)V
         8: .line 1523
            goto 11
      StackMap locals: int int
      StackMap stack:
         9: iload 1 /* x */
            ifle 11
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            invokevirtual sun.awt.X11.XListPeer$ListPainter.isBuffer:()Z
            ifeq 11
        10: .line 1524
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            iconst_3
            iload 1 /* x */
            iadd
            iconst_2
            iload 2 /* w */
            iload 1 /* x */
            isub
            iload 3 /* h */
            iload 1 /* x */
            ineg
            iconst_0
            invokevirtual sun.awt.X11.XListPeer$ListPainter.copyArea:(IIIIII)V
        11: .line 1526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            bipush 12
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        12: .line 1527
            return
        end local 3 // int h
        end local 2 // int w
        end local 1 // int x
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/awt/X11/XListPeer;
            0   13     1     x  I
            3   13     2     w  I
            5   13     3     h  I
    MethodParameters:
      Name  Flags
      x     

  int y2index(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int y
         0: .line 1533
            aload 0 /* this */
            iload 1 /* y */
            invokevirtual sun.awt.X11.XListPeer.validY:(I)Z
            ifne 2
         1: .line 1534
            iconst_m1
            ireturn
         2: .line 1537
      StackMap locals:
      StackMap stack:
            iload 1 /* y */
            iconst_2
            isub
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            idiv
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iadd
            istore 2 /* i */
        start local 2 // int i
         3: .line 1538
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            istore 3 /* last */
        start local 3 // int last
         4: .line 1540
            iload 2 /* i */
            iload 3 /* last */
            if_icmple 6
         5: .line 1541
            iload 3 /* last */
            istore 2 /* i */
         6: .line 1544
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            ireturn
        end local 3 // int last
        end local 2 // int i
        end local 1 // int y
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/X11/XListPeer;
            0    7     1     y  I
            3    7     2     i  I
            4    7     3  last  I
    MethodParameters:
      Name  Flags
      y     

  boolean isSelected(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int index
         0: .line 1552
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_1
            if_icmpne 2
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            if_icmpne 2
         1: .line 1553
            iconst_1
            ireturn
         2: .line 1555
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 1556
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 2 /* i */
            iaload
            iload 1 /* index */
            if_icmpne 6
         5: .line 1557
            iconst_1
            ireturn
         6: .line 1555
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            if_icmplt 4
        end local 2 // int i
         8: .line 1560
            iconst_0
            ireturn
        end local 1 // int index
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/awt/X11/XListPeer;
            0    9     1  index  I
            3    8     2      i  I
    MethodParameters:
       Name  Flags
      index  

  int itemsInWindow(boolean);
    descriptor: (Z)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // boolean scrollbarVisible
         0: .line 1569
            iload 1 /* scrollbarVisible */
            ifeq 3
         1: .line 1570
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 21
            isub
            istore 2 /* h */
        start local 2 // int h
         2: .line 1571
            goto 4
        end local 2 // int h
         3: .line 1572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            iconst_4
            isub
            istore 2 /* h */
        start local 2 // int h
         4: .line 1574
      StackMap locals: int
      StackMap stack:
            iload 2 /* h */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            idiv
            ireturn
        end local 2 // int h
        end local 1 // boolean scrollbarVisible
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lsun/awt/X11/XListPeer;
            0    5     1  scrollbarVisible  Z
            2    3     2                 h  I
            4    5     2                 h  I
    MethodParameters:
                  Name  Flags
      scrollbarVisible  

  int itemsInWindow();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 1578
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:(Z)I
            ireturn
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XListPeer;

  boolean inHorizontalScrollbar(int, int);
    descriptor: (II)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int x
        start local 2 // int y
         0: .line 1585
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            istore 3 /* w */
        start local 3 // int w
         1: .line 1586
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 13
            isub
            istore 4 /* h */
        start local 4 // int h
         2: .line 1587
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 3
            iload 1 /* x */
            iflt 3
            iload 1 /* x */
            iload 3 /* w */
            if_icmpgt 3
            iload 2 /* y */
            iload 4 /* h */
            if_icmple 3
            iconst_1
            ireturn
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/X11/XListPeer;
            0    4     1     x  I
            0    4     2     y  I
            1    4     3     w  I
            2    4     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     

  boolean inVerticalScrollbar(int, int);
    descriptor: (II)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int x
        start local 2 // int y
         0: .line 1594
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 13
            isub
            istore 3 /* w */
        start local 3 // int w
         1: .line 1595
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 2
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 17
            isub
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* h */
        start local 4 // int h
         4: .line 1596
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 5
            iload 1 /* x */
            iload 3 /* w */
            if_icmple 5
            iload 2 /* y */
            iflt 5
            iload 2 /* y */
            iload 4 /* h */
            if_icmpgt 5
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         5: iconst_0
            ireturn
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/X11/XListPeer;
            0    6     1     x  I
            0    6     2     y  I
            1    6     3     w  I
            4    6     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     

  boolean inWindow(int, int);
    descriptor: (II)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int x
        start local 2 // int y
         0: .line 1603
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            istore 3 /* w */
        start local 3 // int w
         1: .line 1604
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 2
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 17
            isub
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* h */
        start local 4 // int h
         4: .line 1605
            iload 1 /* x */
            iflt 5
            iload 1 /* x */
            iload 3 /* w */
            if_icmpgt 5
            iload 2 /* y */
            iflt 5
            iload 2 /* y */
            iload 4 /* h */
            if_icmpgt 5
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         5: iconst_0
            ireturn
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/X11/XListPeer;
            0    6     1     x  I
            0    6     2     y  I
            1    6     3     w  I
            4    6     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     

  boolean vsbIsVisible(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // boolean hsbVisible
         0: .line 1613
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.items:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            aload 0 /* this */
            iload 1 /* hsbVisible */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:(Z)I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // boolean hsbVisible
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/awt/X11/XListPeer;
            0    2     1  hsbVisible  Z
    MethodParameters:
            Name  Flags
      hsbVisible  

  boolean hsbIsVisible(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // boolean vsbVisible
         0: .line 1621
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 6
            iload 1 /* vsbVisible */
            ifeq 1
            bipush 17
            goto 2
      StackMap locals: sun.awt.X11.XListPeer int
      StackMap stack: int int
         1: iconst_0
      StackMap locals: sun.awt.X11.XListPeer int
      StackMap stack: int int int
         2: iadd
            isub
            istore 2 /* w */
        start local 2 // int w
         3: .line 1622
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            iload 2 /* w */
            if_icmple 4
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // int w
        end local 1 // boolean vsbVisible
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lsun/awt/X11/XListPeer;
            0    5     1  vsbVisible  Z
            3    5     2           w  I
    MethodParameters:
            Name  Flags
      vsbVisible  

  boolean prePostEvent(java.awt.AWTEvent);
    descriptor: (Ljava/awt/AWTEvent;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.AWTEvent e
         0: .line 1630
            aload 1 /* e */
            instanceof java.awt.event.MouseEvent
            ifeq 2
         1: .line 1631
            aload 0 /* this */
            aload 1 /* e */
            checkcast java.awt.event.MouseEvent
            invokevirtual sun.awt.X11.XListPeer.prePostMouseEvent:(Ljava/awt/event/MouseEvent;)Z
            ireturn
         2: .line 1633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokespecial sun.awt.X11.XComponentPeer.prePostEvent:(Ljava/awt/AWTEvent;)Z
            ireturn
        end local 1 // java.awt.AWTEvent e
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/XListPeer;
            0    3     1     e  Ljava/awt/AWTEvent;
    MethodParameters:
      Name  Flags
      e     final

  boolean prePostMouseEvent(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent me
         0: .line 1644
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getToplevelXWindow:()Lsun/awt/X11/XWindowPeer;
            invokevirtual sun.awt.X11.XWindowPeer.isModalBlocked:()Z
            ifeq 2
         1: .line 1645
            iconst_0
            ireturn
         2: .line 1648
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            invokevirtual java.awt.event.MouseEvent.getID:()I
            istore 2 /* eventId */
        start local 2 // int eventId
         3: .line 1650
            iload 2 /* eventId */
            sipush 503
            if_icmpeq 19
         4: .line 1653
            iload 2 /* eventId */
            sipush 506
            if_icmpeq 6
         5: .line 1654
            iload 2 /* eventId */
            sipush 502
            if_icmpne 11
         6: .line 1655
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
            ifeq 11
         7: .line 1657
            iload 2 /* eventId */
            sipush 502
            if_icmpne 9
         8: .line 1658
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
         9: .line 1660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual sun.awt.X11.XListPeer.handleJavaMouseEventOnEDT:(Ljava/awt/event/MouseEvent;)V
        10: .line 1661
            iconst_1
            ireturn
        11: .line 1662
      StackMap locals:
      StackMap stack:
            iload 2 /* eventId */
            sipush 501
            if_icmpeq 13
        12: .line 1663
            iload 2 /* eventId */
            sipush 500
            if_icmpne 19
        13: .line 1664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* me */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XListPeer.inVerticalScrollbar:(II)Z
            ifne 15
        14: .line 1665
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* me */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            invokevirtual sun.awt.X11.XListPeer.inHorizontalScrollbar:(II)Z
            ifeq 19
        15: .line 1667
      StackMap locals:
      StackMap stack:
            iload 2 /* eventId */
            sipush 501
            if_icmpne 17
        16: .line 1668
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
        17: .line 1670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual sun.awt.X11.XListPeer.handleJavaMouseEventOnEDT:(Ljava/awt/event/MouseEvent;)V
        18: .line 1671
            iconst_1
            ireturn
        19: .line 1673
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int eventId
        end local 1 // java.awt.event.MouseEvent me
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lsun/awt/X11/XListPeer;
            0   20     1       me  Ljava/awt/event/MouseEvent;
            3   20     2  eventId  I
    MethodParameters:
      Name  Flags
      me    final

  void handleJavaMouseEventOnEDT(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent me
         0: .line 1680
            new sun.awt.X11.XListPeer$1
            dup
            aload 0 /* this */
            aload 1 /* me */
            invokespecial sun.awt.X11.XListPeer$1.<init>:(Lsun/awt/X11/XListPeer;Ljava/awt/event/MouseEvent;)V
            invokestatic java.awt.EventQueue.invokeLater:(Ljava/lang/Runnable;)V
         1: .line 1685
            return
        end local 1 // java.awt.event.MouseEvent me
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;
            0    2     1    me  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      me    final

  public void setFont(java.awt.Font);
    descriptor: (Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.Font f
         0: .line 1693
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFont:()Ljava/awt/Font;
            astore 2 /* currentFont */
        start local 2 // java.awt.Font currentFont
         1: .line 1694
            aload 2 /* currentFont */
            ifnonnull 3
         2: .line 1695
            aload 1 /* f */
            ifnonnull 5
            return
         3: .line 1696
      StackMap locals: java.awt.Font
      StackMap stack:
            aload 2 /* currentFont */
            aload 1 /* f */
            invokevirtual java.awt.Font.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 1697
            return
         5: .line 1699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* f */
            invokespecial sun.awt.X11.XComponentPeer.setFont:(Ljava/awt/Font;)V
         6: .line 1700
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.initFontMetrics:()V
         7: .line 1701
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
         8: .line 1702
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
         9: .line 1703
            return
        end local 2 // java.awt.Font currentFont
        end local 1 // java.awt.Font f
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/X11/XListPeer;
            0   10     1            f  Ljava/awt/Font;
            1   10     2  currentFont  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      f     
}
SourceFile: "XListPeer.java"
NestMembers:
  sun.awt.X11.XListPeer$1  sun.awt.X11.XListPeer$ListPainter
InnerClasses:
  sun.awt.X11.XListPeer$1
  ListPainter = sun.awt.X11.XListPeer$ListPainter of sun.awt.X11.XListPeer