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 sun.util.logging.PlatformLogger log;
    descriptor: Lsun/util/logging/PlatformLogger;
    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

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

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

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

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

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

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

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

  private static final int COPY_AREA;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  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<java.lang.String> items;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 
    Signature: Ljava/util/Vector<Ljava/lang/String;>;

  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 sun.util.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lsun/util/logging/PlatformLogger;
            putstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
         4: .line 66
            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 132
            aload 0 /* this */
            aload 1 /* target */
            invokespecial sun.awt.X11.XComponentPeer.<init>:(Ljava/awt/Component;)V
         1: .line 75
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.active:I
         2: .line 87
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
         3: .line 91
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventIndex:I
         4: .line 92
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventType:I
         5: .line 106
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.firstTimeVisibleIndex:I
         6: .line 117
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
         7: .line 118
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
         8: .line 122
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
         9: .line 126
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isMousePressed:Z
        10: .line 133
            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 139
            aload 0 /* this */
            aload 1 /* params */
            invokespecial sun.awt.X11.XComponentPeer.preInit:(Lsun/awt/X11/XCreateWindowParams;)V
         1: .line 142
            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 143
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.createVerScrollbar:()V
         3: .line 144
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.createHorScrollbar:()V
         4: .line 146
            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 149
            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 150
            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 151
            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 154
            aload 0 /* this */
            aload 1 /* params */
            invokespecial sun.awt.X11.XComponentPeer.postInit:(Lsun/awt/X11/XCreateWindowParams;)V
         1: .line 155
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.initFontMetrics:()V
         2: .line 159
            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 160
            aload 2 /* l */
            invokevirtual java.awt.List.getItemCount:()I
            istore 3 /* stop */
        start local 3 // int stop
         4: .line 161
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 162
      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 161
            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 166
            aload 2 /* l */
            invokevirtual java.awt.List.getVisibleIndex:()I
            istore 4 /* index */
        start local 4 // int index
        10: .line 167
            iload 4 /* index */
            iflt 12
        11: .line 170
            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 174
      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 177
            aload 2 /* l */
            invokevirtual java.awt.List.getSelectedIndexes:()[I
            astore 5 /* sel */
        start local 5 // int[] sel
        14: .line 178
            aload 0 /* this */
            aload 5 /* sel */
            arraylength
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
        15: .line 180
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 181
      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 180
            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 187
            aload 5 /* sel */
            arraylength
            ifle 23
        21: .line 188
            aload 0 /* this */
            aload 5 /* sel */
            aload 5 /* sel */
            arraylength
            iconst_1
            isub
            iaload
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        22: .line 189
            goto 24
        23: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        24: .line 194
      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 195
            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 202
            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 203
            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 204
            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 211
            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 212
            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 213
            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 220
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.clear:()V
         1: .line 221
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.maxLength:I
         2: .line 222
            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 225
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual sun.awt.X11.XListPeer.setMultipleSelections:(Z)V
         1: .line 226
            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 getMinimumSize();
    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 229
            aload 0 /* this */
            iconst_4
            invokevirtual sun.awt.X11.XListPeer.getMinimumSize:(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 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 233
            aload 0 /* this */
            iload 1 /* rows */
            invokevirtual sun.awt.X11.XListPeer.getMinimumSize:(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=5, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int rows
         0: .line 237
            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 238
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.initFontMetrics:()V
         2: .line 239
            new java.awt.Dimension
            dup
            bipush 20
            aload 2 /* fm */
            ldc "0123456789abcde"
            invokevirtual java.awt.FontMetrics.stringWidth:(Ljava/lang/String;)I
            iadd
         3: .line 240
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            iload 1 /* rows */
            imul
            iconst_4
            iadd
         4: .line 239
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 2 // java.awt.FontMetrics fm
        end local 1 // int rows
        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  rows  I
            1    5     2    fm  Ljava/awt/FontMetrics;
    MethodParameters:
      Name  Flags
      rows  

  void initFontMetrics();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.X11.XListPeer this
         0: .line 247
            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 248
            aload 0 /* this */
            aload 1 /* fm */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            putfield sun.awt.X11.XListPeer.fontHeight:I
         2: .line 249
            aload 0 /* this */
            aload 1 /* fm */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            putfield sun.awt.X11.XListPeer.fontAscent:I
         3: .line 250
            aload 0 /* this */
            aload 1 /* fm */
            invokevirtual java.awt.FontMetrics.getLeading:()I
            putfield sun.awt.X11.XListPeer.fontLeading:I
         4: .line 251
            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 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 1 /* fm */
        start local 1 // java.awt.FontMetrics fm
         1: .line 259
            iconst_0
            istore 2 /* m */
        start local 2 // int m
         2: .line 260
            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 261
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 8
         5: .line 262
      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 263
            iload 2 /* m */
            iload 5 /* l */
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* m */
        end local 5 // int l
         7: .line 261
            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 265
            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 272
            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 273
            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 280
            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 281
            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 285
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.fgColorSet:Z
         1: .line 286
            aload 0 /* this */
            aload 1 /* c */
            invokespecial sun.awt.X11.XComponentPeer.setForeground:(Ljava/awt/Color;)V
         2: .line 287
            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 290
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.bgColorSet:Z
         1: .line 291
            aload 0 /* this */
            aload 1 /* c */
            invokespecial sun.awt.X11.XComponentPeer.setBackground:(Ljava/awt/Color;)V
         2: .line 292
            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 301
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.bgColorSet:Z
            ifeq 2
         1: .line 302
            aload 1 /* colors */
            iconst_0
            aaload
            areturn
         2: .line 305
      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 313
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.fgColorSet:Z
            ifeq 2
         1: .line 314
            aload 1 /* colors */
            iconst_3
            aaload
            areturn
         2: .line 317
      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 322
            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 326
            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 330
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 2
         1: .line 331
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            ireturn
         2: .line 333
      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 338
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 2
         1: .line 339
            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 341
      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;

  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 345
            aload 1 /* scrollbar */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            if_acmpne 3
         1: .line 346
            aload 0 /* this */
            iconst_4
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 347
            goto 5
         3: .line 348
      StackMap locals:
      StackMap stack:
            aload 1 /* scrollbar */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            if_acmpne 5
         4: .line 349
            aload 0 /* this */
            iconst_2
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         5: .line 351
      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    6     0       this  Lsun/awt/X11/XListPeer;
            0    6     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 356
            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 357
            return
        end local 0 // sun.awt.X11.XListPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XListPeer;

  private void repaint(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int options
         0: .line 360
            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 361
            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  

  private void repaint(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, 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 364
            aload 0 /* this */
            iload 1 /* firstItem */
            iload 2 /* lastItem */
            iload 3 /* options */
            aconst_null
            aconst_null
            invokevirtual sun.awt.X11.XListPeer.repaint:(IIILjava/awt/Rectangle;Ljava/awt/Point;)V
         1: .line 365
            return
        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    2     0       this  Lsun/awt/X11/XListPeer;
            0    2     1  firstItem  I
            0    2     2   lastItem  I
            0    2     3    options  I
    MethodParameters:
           Name  Flags
      firstItem  
      lastItem   
      options    

  private void repaint(int, int, int, java.awt.Rectangle, java.awt.Point);
    descriptor: (IIILjava/awt/Rectangle;Ljava/awt/Point;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int firstItem
        start local 2 // int lastItem
        start local 3 // int options
        start local 4 // java.awt.Rectangle source
        start local 5 // java.awt.Point distance
         0: .line 386
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getGraphics:()Ljava/awt/Graphics;
            astore 6 /* g */
        start local 6 // java.awt.Graphics g
         1: .line 387
            aload 6 /* g */
            ifnull 9
         2: .line 389
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            aload 6 /* g */
            iload 1 /* firstItem */
            iload 2 /* lastItem */
            iload 3 /* options */
            aload 4 /* source */
            aload 5 /* distance */
            invokevirtual sun.awt.X11.XListPeer$ListPainter.paint:(Ljava/awt/Graphics;IIILjava/awt/Rectangle;Ljava/awt/Point;)V
         3: .line 390
            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
         4: .line 391
            goto 8
      StackMap locals: sun.awt.X11.XListPeer int int int java.awt.Rectangle java.awt.Point java.awt.Graphics
      StackMap stack: java.lang.Throwable
         5: astore 7
         6: .line 392
            aload 6 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         7: .line 393
            aload 7
            athrow
         8: .line 392
      StackMap locals:
      StackMap stack:
            aload 6 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
         9: .line 395
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.awt.Graphics g
        end local 5 // java.awt.Point distance
        end local 4 // java.awt.Rectangle source
        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   10     0       this  Lsun/awt/X11/XListPeer;
            0   10     1  firstItem  I
            0   10     2   lastItem  I
            0   10     3    options  I
            0   10     4     source  Ljava/awt/Rectangle;
            0   10     5   distance  Ljava/awt/Point;
            1   10     6          g  Ljava/awt/Graphics;
      Exception table:
        from    to  target  type
           2     5       5  any
    MethodParameters:
           Name  Flags
      firstItem  
      lastItem   
      options    
      source     
      distance   

  void paintPeer(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0000) 
    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 398
            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 399
            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     final

  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 400
            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 404
            aload 0 /* this */
            aload 1 /* e */
            invokespecial sun.awt.X11.XComponentPeer.focusGained:(Ljava/awt/event/FocusEvent;)V
         1: .line 405
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 406
            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 409
            aload 0 /* this */
            aload 1 /* e */
            invokespecial sun.awt.X11.XComponentPeer.focusLost:(Ljava/awt/event/FocusEvent;)V
         1: .line 410
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 411
            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 421
            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 430
      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 431
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:(Z)I
            istore 1 /* vis */
        start local 1 // int vis
         3: .line 432
            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 433
            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 434
            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 435
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            putfield sun.awt.X11.XListPeer.listHeight:I
        10: .line 438
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            putfield sun.awt.X11.XListPeer.listWidth:I
        11: .line 439
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listWidth:I
            bipush 6
            isub
            istore 1 /* vis */
        12: .line 440
            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 441
            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 442
            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 444
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 25
        18: .line 447
            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 448
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:(Z)I
            istore 1 /* vis */
        20: .line 449
            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 450
            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 451
            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 457
      StackMap locals:
      StackMap stack:
            iload 3 /* vsbWasVisible */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            if_icmpeq 33
        26: .line 458
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            putfield sun.awt.X11.XListPeer.listWidth:I
        27: .line 459
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.listWidth:I
            bipush 6
            isub
            istore 1 /* vis */
        28: .line 460
            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 461
            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 462
            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 465
      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 466
            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 468
            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 469
            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 470
            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 473
            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 478
            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 482
            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 486
            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 490
            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 494
            aload 0 /* this */
            iload 1 /* value */
            putfield sun.awt.X11.XListPeer.focusIndex:I
         1: .line 495
            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 504
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 1 /* focusRect */
        start local 1 // java.awt.Rectangle focusRect
         1: .line 506
            aload 1 /* focusRect */
            iconst_1
            putfield java.awt.Rectangle.x:I
         2: .line 507
            aload 1 /* focusRect */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            iconst_3
            isub
            putfield java.awt.Rectangle.width:I
         3: .line 510
            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 512
            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 513
            aload 1 /* focusRect */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            iconst_1
            iadd
            putfield java.awt.Rectangle.height:I
         6: .line 514
            goto 12
         7: .line 516
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* focusRect */
            iconst_1
            putfield java.awt.Rectangle.y:I
         8: .line 517
            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 518
            aload 1 /* focusRect */
            dup
            getfield java.awt.Rectangle.height:I
            iconst_3
            isub
            putfield java.awt.Rectangle.height:I
        12: .line 520
      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 524
            aload 0 /* this */
            aload 1 /* xev */
            invokespecial sun.awt.X11.XComponentPeer.handleConfigureNotifyEvent:(Lsun/awt/X11/XEvent;)V
         1: .line 527
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.painter:Lsun/awt/X11/XListPeer$ListPainter;
            invokevirtual sun.awt.X11.XListPeer$ListPainter.invalidate:()V
         2: .line 528
            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 529
            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 533
            aload 0 /* this */
            aload 1 /* e */
            invokespecial sun.awt.X11.XComponentPeer.handleJavaMouseEvent:(Ljava/awt/event/MouseEvent;)V
         1: .line 534
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getID:()I
            istore 2 /* i */
        start local 2 // int i
         2: .line 535
            iload 2 /* i */
            tableswitch { // 501 - 506
                  501: 3
                  502: 5
                  503: 8
                  504: 8
                  505: 8
                  506: 7
              default: 8
          }
         3: .line 537
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.mousePressed:(Ljava/awt/event/MouseEvent;)V
         4: .line 538
            goto 8
         5: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.mouseReleased:(Ljava/awt/event/MouseEvent;)V
         6: .line 541
            goto 8
         7: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.mouseDragged:(Ljava/awt/event/MouseEvent;)V
         8: .line 546
      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 549
            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 550
      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 549
            invokestatic sun.awt.X11.ListHelper.doWheelScroll:(Lsun/awt/X11/XVerticalScrollbar;Lsun/awt/X11/XHorizontalScrollbar;Ljava/awt/event/MouseWheelEvent;)Z
         6: .line 550
            ifeq 8
         7: .line 551
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
         8: .line 553
      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 556
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINER:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 557
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 sun.util.logging.PlatformLogger.finer:(Ljava/lang/String;)V
         2: .line 559
      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 560
            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 561
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 6
         5: .line 562
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            ldc "Mouse press in items area"
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         6: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.active:I
         7: .line 565
            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 566
            iload 2 /* i */
            iflt 25
         9: .line 567
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifeq 19
        10: .line 568
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifeq 15
        11: .line 570
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.deselectItem:(I)V
        12: .line 571
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        13: .line 572
            aload 0 /* this */
            iconst_2
            putfield sun.awt.X11.XListPeer.eventType:I
        14: .line 573
            goto 22
        15: .line 575
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        16: .line 576
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        17: .line 577
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.eventType:I
        18: .line 579
            goto 22
        19: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        20: .line 587
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        21: .line 588
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.eventType:I
        22: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        23: .line 593
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        24: .line 594
            goto 46
        25: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
        end local 2 // int i
        26: .line 599
            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 600
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 30
        29: .line 601
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            ldc "Mouse press in vertical scrollbar"
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
        30: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.active:I
        31: .line 604
            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 605
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        33: .line 606
            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 607
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
        35: .line 604
            invokevirtual sun.awt.X11.XVerticalScrollbar.handleMouseEvent:(IIII)V
        36: .line 608
            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 609
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 40
        39: .line 610
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            ldc "Mouse press in horizontal scrollbar"
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
        40: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.awt.X11.XListPeer.active:I
        41: .line 613
            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 614
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        43: .line 615
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
        44: .line 616
            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 613
            invokevirtual sun.awt.X11.XHorizontalScrollbar.handleMouseEvent:(IIII)V
        46: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.isMousePressed:Z
        47: .line 621
      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 624
            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 626
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getClickCount:()I
            istore 2 /* clickCount */
        start local 2 // int clickCount
         2: .line 627
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            iconst_1
            if_icmpne 9
         3: .line 628
            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 629
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
         5: .line 630
            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 631
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
         7: .line 628
            invokevirtual sun.awt.X11.XVerticalScrollbar.handleMouseEvent:(IIII)V
         8: .line 632
            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 633
            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 634
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        12: .line 635
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
        13: .line 636
            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 633
            invokevirtual sun.awt.X11.XHorizontalScrollbar.handleMouseEvent:(IIII)V
        15: .line 637
            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 638
            iload 2 /* clickCount */
            iconst_2
            irem
            ifne 25
        18: .line 639
            aload 0 /* this */
            new java.awt.event.ActionEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
        19: .line 640
            sipush 1001
        20: .line 641
            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 642
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getWhen:()J
        22: .line 643
            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 639
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        24: .line 644
            goto 36
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            ifne 36
        26: .line 646
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.trackMouseReleasedScroll:()V
        27: .line 648
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_2
            if_icmpne 30
        28: .line 649
            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 651
      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 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_m1
            if_icmpeq 36
        31: .line 654
            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 655
            sipush 701
        33: .line 656
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        34: .line 657
            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 654
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        36: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.active:I
        37: .line 661
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventIndex:I
        38: .line 662
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventType:I
        39: .line 663
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isMousePressed:Z
        end local 2 // int clickCount
        40: .line 665
      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 670
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.isEnabled:()Z
            ifeq 34
         1: .line 671
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiersEx:()I
            sipush 1024
            iand
            ifeq 34
         2: .line 672
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            iconst_1
            if_icmpne 9
         3: .line 673
            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 674
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
         5: .line 675
            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 676
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getY:()I
         7: .line 673
            invokevirtual sun.awt.X11.XVerticalScrollbar.handleMouseEvent:(IIII)V
         8: .line 677
            goto 34
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            iconst_2
            if_icmpne 16
        10: .line 678
            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 679
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
        12: .line 680
            aload 1 /* mouseEvent */
            invokevirtual java.awt.event.MouseEvent.getX:()I
        13: .line 681
            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 678
            invokevirtual sun.awt.X11.XHorizontalScrollbar.handleMouseEvent:(IIII)V
        15: .line 682
            goto 34
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield sun.awt.X11.XListPeer.active:I
            ifne 34
        17: .line 683
            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 684
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifeq 24
        19: .line 688
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_2
            if_icmpne 31
        20: .line 689
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            if_icmpeq 31
        21: .line 690
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventType:I
        22: .line 691
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.eventIndex:I
        23: .line 694
            goto 31
        24: .line 695
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventType:I
            iconst_1
            if_icmpne 31
        25: .line 701
            aload 0 /* this */
            aload 1 /* mouseEvent */
            invokevirtual sun.awt.X11.XListPeer.trackMouseDraggedScroll:(Ljava/awt/event/MouseEvent;)V
        26: .line 703
            iload 2 /* i */
            iflt 31
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifne 31
        27: .line 704
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            istore 3 /* oldSel */
        start local 3 // int oldSel
        28: .line 705
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        29: .line 706
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        30: .line 707
            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 712
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iflt 34
        32: .line 713
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        33: .line 714
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        end local 2 // int i
        34: .line 718
      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 728
            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 729
            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 730
            goto 4
         3: .line 731
      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 734
      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 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
            ifne 12
         6: .line 736
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
         7: .line 737
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.startScrollingInstance:()V
         8: .line 739
            goto 12
         9: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
            ifeq 12
        10: .line 741
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
        11: .line 742
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.stopScrollingInstance:()V
        12: .line 746
      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 747
            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 748
            goto 16
        15: .line 749
      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 752
      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 753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
            ifne 24
        18: .line 754
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
        19: .line 755
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.startScrollingInstance:()V
        20: .line 757
            goto 24
        21: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
            ifeq 24
        22: .line 759
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
        23: .line 760
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.stopScrollingInstance:()V
        24: .line 763
      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 773
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
            ifeq 3
         1: .line 774
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutVertically:Z
         2: .line 775
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.stopScrollingInstance:()V
         3: .line 778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
            ifeq 6
         4: .line 779
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.mouseDraggedOutHorizontally:Z
         5: .line 780
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsb:Lsun/awt/X11/XHorizontalScrollbar;
            invokevirtual sun.awt.X11.XHorizontalScrollbar.stopScrollingInstance:()V
         6: .line 782
      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 785
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getID:()I
            tableswitch { // 401 - 401
                  401: 1
              default: 3
          }
         1: .line 787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.isMousePressed:Z
            ifne 3
         2: .line 788
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.X11.XListPeer.keyPressed:(Ljava/awt/event/KeyEvent;)V
         3: .line 792
      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 795
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getKeyCode:()I
            istore 2 /* keyCode */
        start local 2 // int keyCode
         1: .line 796
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 3
         2: .line 797
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.toString:()Ljava/lang/String;
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         3: .line 799
      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 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            ifle 126
         5: .line 803
            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 804
            aload 0 /* this */
            bipush 64
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         7: .line 806
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 14
         8: .line 807
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
         9: .line 808
            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 809
            sipush 701
        11: .line 810
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        12: .line 811
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        13: .line 808
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        14: .line 813
      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 814
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.makeVisible:(I)V
        16: .line 815
            goto 126
        17: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        18: .line 820
            goto 126
        19: .line 823
      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 824
            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 825
            aload 0 /* this */
            bipush 64
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        22: .line 827
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 29
        23: .line 828
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        24: .line 829
            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 830
            sipush 701
        26: .line 831
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        27: .line 832
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        28: .line 829
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        29: .line 834
      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 835
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.makeVisible:(I)V
        31: .line 836
            goto 126
        32: .line 838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
        33: .line 841
            goto 126
        34: .line 844
      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 845
            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 846
            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 849
            iload 3 /* previousValue */
            iload 4 /* currentValue */
            if_icmpeq 46
        38: .line 850
            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 851
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 46
        40: .line 852
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        41: .line 853
            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 854
            sipush 701
        43: .line 855
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        44: .line 856
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        45: .line 853
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        46: .line 859
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        47: .line 860
            goto 126
        end local 4 // int currentValue
        end local 3 // int previousValue
        48: .line 864
      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 865
            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 866
            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 869
            iload 3 /* previousValue */
            iload 4 /* currentValue */
            if_icmpeq 60
        52: .line 870
            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 871
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 60
        54: .line 872
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        55: .line 873
            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 874
            sipush 701
        57: .line 875
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        58: .line 876
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        59: .line 873
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        60: .line 879
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        61: .line 880
            goto 126
        end local 4 // int currentValue
        end local 3 // int previousValue
        62: .line 884
      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 885
            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 886
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        67: .line 888
            goto 126
        68: .line 891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            ifeq 126
        69: .line 892
            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 893
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        71: .line 895
            goto 126
        72: .line 899
      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 900
            goto 126
        74: .line 901
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 76
        75: .line 902
            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 904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        77: .line 905
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 84
        78: .line 906
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        79: .line 907
            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 908
            sipush 701
        81: .line 909
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        82: .line 910
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        83: .line 907
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        84: .line 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        85: .line 913
            goto 126
        86: .line 915
      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 916
            goto 126
        88: .line 917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            ifeq 90
        89: .line 918
            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 920
      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 921
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 98
        92: .line 922
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        93: .line 923
            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 924
            sipush 701
        95: .line 925
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        96: .line 926
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
        97: .line 923
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
        98: .line 928
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
        99: .line 929
            goto 126
       100: .line 933
      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 934
            goto 126
       102: .line 937
      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 940
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifeq 111
            iload 3 /* isSelected */
            ifeq 111
       104: .line 941
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.deselectItem:(I)V
       105: .line 942
            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 943
            sipush 701
       107: .line 944
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
       108: .line 945
            iconst_2
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
       109: .line 942
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
       110: .line 946
            goto 126
       111: .line 947
      StackMap locals: int
      StackMap stack:
            iload 3 /* isSelected */
            ifne 126
       112: .line 953
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
       113: .line 954
            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 955
            sipush 701
       115: .line 956
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
       116: .line 957
            iconst_1
            invokespecial java.awt.event.ItemEvent.<init>:(Ljava/awt/ItemSelectable;ILjava/lang/Object;I)V
       117: .line 954
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
       118: .line 959
            goto 126
        end local 3 // boolean isSelected
       119: .line 966
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            ifle 126
       120: .line 967
            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 968
            sipush 1001
       122: .line 969
            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 970
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getWhen:()J
       124: .line 971
            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 967
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
       126: .line 976
      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 983
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 984
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         2: .line 986
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            invokevirtual sun.awt.X11.XScrollbar.getValue:()I
            istore 5 /* value */
        start local 5 // int value
         3: .line 987
            aload 1 /* obj */
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            if_acmpne 14
         4: .line 988
            aload 0 /* this */
            iload 3 /* v */
            iload 5 /* value */
            isub
            invokevirtual sun.awt.X11.XListPeer.scrollVertical:(I)V
         5: .line 991
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.eventIndex:I
            istore 6 /* oldSel */
        start local 6 // int oldSel
         6: .line 992
            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 993
            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 994
            aload 0 /* this */
            iload 7 /* newSel */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
         9: .line 995
            aload 0 /* this */
            iload 7 /* newSel */
            putfield sun.awt.X11.XListPeer.eventIndex:I
        10: .line 996
            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 1000
            aload 0 /* this */
            iload 7 /* newSel */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
        12: .line 1001
            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 1004
            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 1005
            aload 0 /* this */
            iload 3 /* v */
            iload 5 /* value */
            isub
            invokevirtual sun.awt.X11.XListPeer.scrollHorizontal:(I)V
        16: .line 1008
      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 1014
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         1: .line 1015
            aload 0 /* this */
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 1016
            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 1022
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            iload 1 /* v */
            if_icmpeq 9
         1: .line 1023
            iload 1 /* v */
            ifne 8
         2: .line 1024
            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 1025
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.deselectAllItems:()V
         6: .line 1026
            iload 2 /* selPos */
            iconst_m1
            if_icmpeq 8
         7: .line 1027
            aload 0 /* this */
            iload 2 /* selPos */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
        end local 2 // int selPos
         8: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            putfield sun.awt.X11.XListPeer.multipleSelections:Z
         9: .line 1032
      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 1040
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            istore 3 /* oldMaxLength */
        start local 3 // int oldMaxLength
         1: .line 1041
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            istore 4 /* hsbWasVis */
        start local 4 // boolean hsbWasVis
         2: .line 1042
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            istore 5 /* vsbWasVis */
        start local 5 // boolean vsbWasVis
         3: .line 1044
            iconst_0
            istore 6 /* addedIndex */
        start local 6 // int addedIndex
         4: .line 1045
            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 1046
      StackMap locals: sun.awt.X11.XListPeer java.lang.String int int int int int
      StackMap stack:
            iconst_m1
            istore 2 /* i */
         6: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
         7: .line 1055
            iload 2 /* i */
            iconst_m1
            if_icmpne 12
         8: .line 1056
            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 1057
            iconst_0
            istore 2 /* i */
        10: .line 1058
            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 1059
            goto 20
        12: .line 1060
      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 1061
            iload 2 /* i */
            istore 6 /* addedIndex */
        14: .line 1062
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        15: goto 19
        16: .line 1063
      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 1064
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 7 /* j */
            dup2
            iaload
            iconst_1
            iadd
            iastore
        18: .line 1062
      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 1068
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINER:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 22
        21: .line 1069
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 sun.util.logging.PlatformLogger.finer:(Ljava/lang/String;)V
        22: .line 1073
      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 1074
            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 1075
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
        27: .line 1077
            iconst_0
            istore 8 /* options */
        start local 8 // int options
        28: .line 1078
            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 1080
      StackMap locals: int int
      StackMap stack:
            bipush 62
            istore 8 /* options */
        30: .line 1081
            goto 40
        31: .line 1083
      StackMap locals:
      StackMap stack:
            iload 7 /* repaintItems */
            ifeq 32
            bipush 8
            goto 33
      StackMap locals:
      StackMap stack:
        32: iconst_0
        33: .line 1084
      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 1083
      StackMap locals: sun.awt.X11.XListPeer java.lang.String int int int int int int int
      StackMap stack: int int
            ior
        37: .line 1085
            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 1083
      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 1088
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 44
        41: .line 1089
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 1090
            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 1089
            invokevirtual sun.util.logging.PlatformLogger.finest:(Ljava/lang/String;)V
        44: .line 1092
      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 1093
            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 1102
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.hsbVis:Z
            istore 3 /* hsbWasVisible */
        start local 3 // boolean hsbWasVisible
         1: .line 1103
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsbVis:Z
            istore 4 /* vsbWasVisible */
        start local 4 // boolean vsbWasVisible
         2: .line 1104
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            istore 5 /* oldLastDisplayed */
        start local 5 // int oldLastDisplayed
         3: .line 1106
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 5
         4: .line 1107
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         5: .line 1110
      StackMap locals: int int int
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 9
         6: .line 1111
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 1112
            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 1111
            invokevirtual sun.util.logging.PlatformLogger.finest:(Ljava/lang/String;)V
         9: .line 1115
      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 1116
            return
        11: .line 1120
      StackMap locals:
      StackMap stack:
            iload 1 /* s */
            iload 2 /* e */
            if_icmple 15
        12: .line 1121
            iload 1 /* s */
            istore 6 /* tmp */
        start local 6 // int tmp
        13: .line 1122
            iload 2 /* e */
            istore 1 /* s */
        14: .line 1123
            iload 6 /* tmp */
            istore 2 /* e */
        end local 6 // int tmp
        15: .line 1127
      StackMap locals:
      StackMap stack:
            iload 1 /* s */
            ifge 17
        16: .line 1128
            iconst_0
            istore 1 /* s */
        17: .line 1132
      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 1133
            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 1143
      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 1146
            iload 1 /* s */
            istore 7 /* i */
        start local 7 // int i
        23: goto 32
        24: .line 1147
      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 1148
            aload 0 /* this */
            iload 7 /* i */
            invokevirtual sun.awt.X11.XListPeer.posInSel:(I)I
            istore 8 /* j */
        start local 8 // int j
        26: .line 1149
            iload 8 /* j */
            iconst_m1
            if_icmpeq 31
        27: .line 1150
            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 1151
            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 1152
            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 1153
            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 1146
      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 1159
            iload 2 /* e */
            iload 1 /* s */
            isub
            iconst_1
            iadd
            istore 7 /* diff */
        start local 7 // int diff
        34: .line 1160
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        35: goto 39
        36: .line 1161
      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 1162
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iload 8 /* i */
            dup2
            iaload
            iload 7 /* diff */
            isub
            iastore
        38: .line 1160
      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 1166
            iconst_2
            istore 8 /* options */
        start local 8 // int options
        41: .line 1168
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFocusIndex:()I
            iload 2 /* e */
            if_icmple 45
        42: .line 1169
            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 1170
            iload 8 /* options */
            bipush 16
            ior
            istore 8 /* options */
        44: .line 1171
            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 1175
            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 1176
            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 1177
            iload 8 /* options */
            bipush 16
            ior
            istore 8 /* options */
        end local 9 // int focusBound
        51: .line 1180
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 53
        52: .line 1181
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 sun.util.logging.PlatformLogger.finest:(Ljava/lang/String;)V
        53: .line 1185
      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 1186
            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 1187
            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 1188
            goto 58
        57: .line 1189
      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 1193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            istore 9 /* oldMaxLength */
        start local 9 // int oldMaxLength
        59: .line 1194
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.maxLength:()I
            putfield sun.awt.X11.XListPeer.maxLength:I
        60: .line 1195
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.maxLength:I
            iload 9 /* oldMaxLength */
            if_icmpeq 62
        61: .line 1198
            iload 8 /* options */
            iconst_4
            ior
            istore 8 /* options */
        62: .line 1200
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
        63: .line 1201
            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 1202
            iload 6 /* repaintNeeded */
            ifeq 68
        67: .line 1203
            iload 8 /* options */
            bipush 62
            ior
            istore 8 /* options */
        68: .line 1205
      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 1206
            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 1213
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
         1: .line 1214
            aload 0 /* this */
            bipush 16
            invokevirtual sun.awt.X11.XListPeer.repaint:(I)V
         2: .line 1215
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.selectItem:(I)V
         3: .line 1216
            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 1229
            aload 0 /* this */
            iload 1 /* index */
            putfield sun.awt.X11.XListPeer.currentIndex:I
         1: .line 1231
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifeq 3
         2: .line 1232
            return
         3: .line 1234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 13
         4: .line 1235
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            arraylength
            ifne 8
         5: .line 1236
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         6: .line 1237
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iconst_0
            iload 1 /* index */
            iastore
         7: .line 1238
            goto 22
         8: .line 1240
      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 1241
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.selected:[I
            iconst_0
            iload 1 /* index */
            iastore
        10: .line 1242
            aload 0 /* this */
            iload 2 /* oldSel */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifne 22
        11: .line 1244
            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 1247
            goto 22
        13: .line 1249
      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 1250
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        15: .line 1251
            goto 18
        16: .line 1252
      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 1253
            iinc 3 /* i */ 1
        18: .line 1251
      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 1255
      StackMap locals:
      StackMap stack:
            aload 2 /* newsel */
            iload 3 /* i */
            iload 1 /* index */
            iastore
        20: .line 1256
            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 1257
            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 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifne 24
        23: .line 1261
            aload 0 /* this */
            iload 1 /* index */
            iload 1 /* index */
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        24: .line 1263
      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 1270
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.deselectItem:(I)V
         1: .line 1271
            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 1278
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isSelected:(I)Z
            ifne 2
         1: .line 1279
            return
         2: .line 1281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.multipleSelections:Z
            ifne 5
         3: .line 1284
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         4: .line 1285
            goto 10
         5: .line 1286
      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 1287
            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 1288
            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 1289
            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 1290
            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 1292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            putfield sun.awt.X11.XListPeer.currentIndex:I
        11: .line 1293
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifne 13
        12: .line 1295
            aload 0 /* this */
            iload 1 /* index */
            iload 1 /* index */
            bipush 8
            invokevirtual sun.awt.X11.XListPeer.repaint:(III)V
        13: .line 1297
      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 1305
            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 1306
      StackMap locals:
      StackMap stack:
            return
         2: .line 1308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.awt.X11.XListPeer.isItemHidden:(I)Z
            ifeq 9
         3: .line 1310
            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 1311
            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 1312
            goto 9
         6: .line 1314
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            if_icmple 9
         7: .line 1315
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            isub
            istore 2 /* val */
        start local 2 // int val
         8: .line 1316
            aload 0 /* this */
            iload 2 /* val */
            invokevirtual sun.awt.X11.XListPeer.scrollVertical:(I)V
        end local 2 // int val
         9: .line 1319
      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 1325
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield sun.awt.X11.XListPeer.selected:[I
         1: .line 1326
            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 1327
            aload 0 /* this */
            iconst_m1
            putfield sun.awt.X11.XListPeer.currentIndex:I
         3: .line 1330
            aload 0 /* this */
            iconst_m1
            invokevirtual sun.awt.X11.XListPeer.setFocusIndex:(I)V
         4: .line 1331
            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 1332
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.maxLength:I
         6: .line 1333
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
         7: .line 1334
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
         8: .line 1335
            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 1341
            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 1351
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            istore 2 /* h */
        start local 2 // int h
         1: .line 1354
            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 1362
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsDisplayed:()I
            istore 2 /* shown */
        start local 2 // int shown
         1: .line 1363
            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 1365
            iload 2 /* shown */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            if_icmpne 4
         3: .line 1366
            iinc 3 /* lastY */ 2
         4: .line 1369
      StackMap locals: int int
      StackMap stack:
            iload 1 /* y */
            iflt 5
            iload 1 /* y */
            iload 3 /* lastY */
            if_icmplt 6
         5: .line 1370
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 1373
      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 1381
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 1382
      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 1383
            iload 2 /* i */
            ireturn
         4: .line 1381
      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 1386
            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 1390
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            istore 2 /* lastDisplayed */
        start local 2 // int lastDisplayed
         1: .line 1392
            iload 1 /* idx */
            iload 2 /* lastDisplayed */
            if_icmpgt 4
         2: .line 1393
            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 1392
            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 1400
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 1401
            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 1409
            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 1410
            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 1409
            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 1418
            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 1426
            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=8, locals=10, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int y
         0: .line 1435
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 1436
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         2: .line 1438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            istore 2 /* itemsInWin */
        start local 2 // int itemsInWin
         3: .line 1439
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getItemHeight:()I
            istore 3 /* h */
        start local 3 // int h
         4: .line 1440
            iload 1 /* y */
            iload 3 /* h */
            imul
            istore 4 /* pixelsToScroll */
        start local 4 // int pixelsToScroll
         5: .line 1442
            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 1443
            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 1445
      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 1447
            aconst_null
            astore 5 /* source */
        start local 5 // java.awt.Rectangle source
         9: .line 1448
            aconst_null
            astore 6 /* distance */
        start local 6 // java.awt.Point distance
        10: .line 1449
            iconst_0
            istore 7 /* firstItem */
        start local 7 // int firstItem
        11: iconst_0
            istore 8 /* lastItem */
        start local 8 // int lastItem
        12: .line 1450
            bipush 90
            istore 9 /* options */
        start local 9 // int options
        13: .line 1451
            iload 1 /* y */
            ifle 21
        14: .line 1452
            iload 1 /* y */
            iload 2 /* itemsInWin */
            if_icmpge 18
        15: .line 1453
            new java.awt.Rectangle
            dup
            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
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 5 /* source */
        16: .line 1454
            new java.awt.Point
            dup
            iconst_0
            iload 4 /* pixelsToScroll */
            ineg
            invokespecial java.awt.Point.<init>:(II)V
            astore 6 /* distance */
        17: .line 1455
            iload 9 /* options */
            sipush 128
            ior
            istore 9 /* options */
        18: .line 1457
      StackMap locals: sun.awt.X11.XListPeer int int int int java.awt.Rectangle java.awt.Point int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.vsb:Lsun/awt/X11/XVerticalScrollbar;
            invokevirtual sun.awt.X11.XVerticalScrollbar.getValue:()I
            iload 2 /* itemsInWin */
            iadd
            iload 1 /* y */
            isub
            iconst_1
            isub
            istore 7 /* firstItem */
        19: .line 1458
            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
            istore 8 /* lastItem */
        20: .line 1460
            goto 28
      StackMap locals:
      StackMap stack:
        21: iload 1 /* y */
            ifge 28
        22: .line 1461
            iload 1 /* y */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.itemsInWindow:()I
            iadd
            ifle 26
        23: .line 1462
            new java.awt.Rectangle
            dup
            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
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 5 /* source */
        24: .line 1463
            new java.awt.Point
            dup
            iconst_0
            iload 4 /* pixelsToScroll */
            ineg
            invokespecial java.awt.Point.<init>:(II)V
            astore 6 /* distance */
        25: .line 1464
            iload 9 /* options */
            sipush 128
            ior
            istore 9 /* options */
        26: .line 1466
      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 7 /* firstItem */
        27: .line 1467
            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 8 /* lastItem */
        28: .line 1469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* firstItem */
            iload 8 /* lastItem */
            iload 9 /* options */
            aload 5 /* source */
            aload 6 /* distance */
            invokevirtual sun.awt.X11.XListPeer.repaint:(IIILjava/awt/Rectangle;Ljava/awt/Point;)V
        29: .line 1470
            return
        end local 9 // int options
        end local 8 // int lastItem
        end local 7 // int firstItem
        end local 6 // java.awt.Point distance
        end local 5 // java.awt.Rectangle source
        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   30     0            this  Lsun/awt/X11/XListPeer;
            0   30     1               y  I
            3   30     2      itemsInWin  I
            4   30     3               h  I
            5   30     4  pixelsToScroll  I
            9   30     5          source  Ljava/awt/Rectangle;
           10   30     6        distance  Ljava/awt/Point;
           11   30     7       firstItem  I
           12   30     8        lastItem  I
           13   30     9         options  I
    MethodParameters:
      Name  Flags
      y     

  void scrollHorizontal(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // int x
         0: .line 1477
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 1478
            getstatic sun.awt.X11.XListPeer.log:Lsun/util/logging/PlatformLogger;
            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 sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         2: .line 1480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            istore 2 /* w */
        start local 2 // int w
         3: .line 1481
            iinc 2 /* w */ -6
         4: .line 1482
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 21
            isub
            istore 3 /* h */
        start local 3 // int h
         5: .line 1483
            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 1485
            bipush 12
            istore 4 /* options */
        start local 4 // int options
         7: .line 1487
            aconst_null
            astore 5 /* source */
        start local 5 // java.awt.Rectangle source
         8: .line 1488
            aconst_null
            astore 6 /* distance */
        start local 6 // java.awt.Point distance
         9: .line 1489
            iload 1 /* x */
            ifge 14
        10: .line 1490
            new java.awt.Rectangle
            dup
            iconst_3
            iconst_2
            iload 2 /* w */
            iload 1 /* x */
            iadd
            iload 3 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 5 /* source */
        11: .line 1491
            new java.awt.Point
            dup
            iload 1 /* x */
            ineg
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            astore 6 /* distance */
        12: .line 1492
            iload 4 /* options */
            sipush 128
            ior
            istore 4 /* options */
        13: .line 1493
            goto 18
      StackMap locals: sun.awt.X11.XListPeer int int int int java.awt.Rectangle java.awt.Point
      StackMap stack:
        14: iload 1 /* x */
            ifle 18
        15: .line 1494
            new java.awt.Rectangle
            dup
            iconst_3
            iload 1 /* x */
            iadd
            iconst_2
            iload 2 /* w */
            iload 1 /* x */
            isub
            iload 3 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 5 /* source */
        16: .line 1495
            new java.awt.Point
            dup
            iload 1 /* x */
            ineg
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            astore 6 /* distance */
        17: .line 1496
            iload 4 /* options */
            sipush 128
            ior
            istore 4 /* options */
        18: .line 1498
      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
            iload 4 /* options */
            aload 5 /* source */
            aload 6 /* distance */
            invokevirtual sun.awt.X11.XListPeer.repaint:(IIILjava/awt/Rectangle;Ljava/awt/Point;)V
        19: .line 1499
            return
        end local 6 // java.awt.Point distance
        end local 5 // java.awt.Rectangle source
        end local 4 // int options
        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   20     0      this  Lsun/awt/X11/XListPeer;
            0   20     1         x  I
            3   20     2         w  I
            5   20     3         h  I
            7   20     4   options  I
            8   20     5    source  Ljava/awt/Rectangle;
            9   20     6  distance  Ljava/awt/Point;
    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 1505
            aload 0 /* this */
            iload 1 /* y */
            invokevirtual sun.awt.X11.XListPeer.validY:(I)Z
            ifne 2
         1: .line 1506
            iconst_m1
            ireturn
         2: .line 1509
      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 1510
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.lastItemDisplayed:()I
            istore 3 /* last */
        start local 3 // int last
         4: .line 1512
            iload 2 /* i */
            iload 3 /* last */
            if_icmple 6
         5: .line 1513
            iload 3 /* last */
            istore 2 /* i */
         6: .line 1516
      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 1524
            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 1525
            iconst_1
            ireturn
         2: .line 1527
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 1528
      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 1529
            iconst_1
            ireturn
         6: .line 1527
      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 1532
            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 1541
            iload 1 /* scrollbarVisible */
            ifeq 3
         1: .line 1542
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 21
            isub
            istore 2 /* h */
        start local 2 // int h
         2: .line 1543
            goto 4
        end local 2 // int h
         3: .line 1544
      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 1546
      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 1550
            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 1557
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            istore 3 /* w */
        start local 3 // int w
         1: .line 1558
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.height:I
            bipush 13
            isub
            istore 4 /* h */
        start local 4 // int h
         2: .line 1559
            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 1566
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.width:I
            bipush 13
            isub
            istore 3 /* w */
        start local 3 // int w
         1: .line 1567
            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 1568
            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 1575
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getListWidth:()I
            istore 3 /* w */
        start local 3 // int w
         1: .line 1576
            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 1577
            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 1585
            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 1593
            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 1594
            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 1602
            aload 1 /* e */
            instanceof java.awt.event.MouseEvent
            ifeq 2
         1: .line 1603
            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 1605
      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 1616
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getToplevelXWindow:()Lsun/awt/X11/XWindowPeer;
            invokevirtual sun.awt.X11.XWindowPeer.isModalBlocked:()Z
            ifeq 2
         1: .line 1617
            iconst_0
            ireturn
         2: .line 1620
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            invokevirtual java.awt.event.MouseEvent.getID:()I
            istore 2 /* eventId */
        start local 2 // int eventId
         3: .line 1622
            iload 2 /* eventId */
            sipush 503
            if_icmpeq 19
         4: .line 1625
            iload 2 /* eventId */
            sipush 506
            if_icmpeq 6
         5: .line 1626
            iload 2 /* eventId */
            sipush 502
            if_icmpne 11
         6: .line 1627
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
            ifeq 11
         7: .line 1629
            iload 2 /* eventId */
            sipush 502
            if_icmpne 9
         8: .line 1630
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
         9: .line 1632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual sun.awt.X11.XListPeer.handleJavaMouseEventOnEDT:(Ljava/awt/event/MouseEvent;)V
        10: .line 1633
            iconst_1
            ireturn
        11: .line 1634
      StackMap locals:
      StackMap stack:
            iload 2 /* eventId */
            sipush 501
            if_icmpeq 13
        12: .line 1635
            iload 2 /* eventId */
            sipush 500
            if_icmpne 19
        13: .line 1636
      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 1637
            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 1639
      StackMap locals:
      StackMap stack:
            iload 2 /* eventId */
            sipush 501
            if_icmpne 17
        16: .line 1640
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XListPeer.isScrollBarOriginated:Z
        17: .line 1642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual sun.awt.X11.XListPeer.handleJavaMouseEventOnEDT:(Ljava/awt/event/MouseEvent;)V
        18: .line 1643
            iconst_1
            ireturn
        19: .line 1645
      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=7, locals=3, args_size=2
        start local 0 // sun.awt.X11.XListPeer this
        start local 1 // java.awt.event.MouseEvent me
         0: .line 1652
            new java.awt.event.InvocationEvent
            dup
            aload 0 /* this */
            getfield sun.awt.X11.XListPeer.target:Ljava/awt/Component;
            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
            invokespecial java.awt.event.InvocationEvent.<init>:(Ljava/lang/Object;Ljava/lang/Runnable;)V
            astore 2 /* ev */
        start local 2 // java.awt.event.InvocationEvent ev
         1: .line 1657
            aload 0 /* this */
            aload 2 /* ev */
            invokevirtual sun.awt.X11.XListPeer.postEvent:(Ljava/awt/AWTEvent;)V
         2: .line 1658
            return
        end local 2 // java.awt.event.InvocationEvent ev
        end local 1 // java.awt.event.MouseEvent me
        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    me  Ljava/awt/event/MouseEvent;
            1    3     2    ev  Ljava/awt/event/InvocationEvent;
    MethodParameters:
      Name  Flags
      me    final

  public void setFont(java.awt.Font);
    descriptor: (Ljava/awt/Font;)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.Font f
         0: .line 1666
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.getFont:()Ljava/awt/Font;
            aload 1 /* f */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         1: .line 1667
            aload 0 /* this */
            aload 1 /* f */
            invokespecial sun.awt.X11.XComponentPeer.setFont:(Ljava/awt/Font;)V
         2: .line 1668
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.initFontMetrics:()V
         3: .line 1669
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.layout:()V
         4: .line 1670
            aload 0 /* this */
            invokevirtual sun.awt.X11.XListPeer.repaint:()V
         5: .line 1672
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Font f
        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     f  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
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger