final class sun.awt.windows.WMouseDragGestureRecognizer extends java.awt.dnd.MouseDragGestureRecognizer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.awt.windows.WMouseDragGestureRecognizer
  super_class: java.awt.dnd.MouseDragGestureRecognizer
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3527844310018033570

  protected static int motionThreshold;
    descriptor: I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

  protected static final int ButtonMask;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 7168

  protected void <init>(java.awt.dnd.DragSource, java.awt.Component, int, java.awt.dnd.DragGestureListener);
    descriptor: (Ljava/awt/dnd/DragSource;Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
        start local 2 // java.awt.Component c
        start local 3 // int act
        start local 4 // java.awt.dnd.DragGestureListener dgl
         0: .line 78
            aload 0 /* this */
            aload 1 /* ds */
            aload 2 /* c */
            iload 3 /* act */
            aload 4 /* dgl */
            invokespecial java.awt.dnd.MouseDragGestureRecognizer.<init>:(Ljava/awt/dnd/DragSource;Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)V
         1: .line 79
            return
        end local 4 // java.awt.dnd.DragGestureListener dgl
        end local 3 // int act
        end local 2 // java.awt.Component c
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    2     1    ds  Ljava/awt/dnd/DragSource;
            0    2     2     c  Ljava/awt/Component;
            0    2     3   act  I
            0    2     4   dgl  Ljava/awt/dnd/DragGestureListener;
    MethodParameters:
      Name  Flags
      ds    
      c     
      act   
      dgl   

  protected void <init>(java.awt.dnd.DragSource, java.awt.Component, int);
    descriptor: (Ljava/awt/dnd/DragSource;Ljava/awt/Component;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
        start local 2 // java.awt.Component c
        start local 3 // int act
         0: .line 90
            aload 0 /* this */
            aload 1 /* ds */
            aload 2 /* c */
            iload 3 /* act */
            aconst_null
            invokespecial sun.awt.windows.WMouseDragGestureRecognizer.<init>:(Ljava/awt/dnd/DragSource;Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)V
         1: .line 91
            return
        end local 3 // int act
        end local 2 // java.awt.Component c
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    2     1    ds  Ljava/awt/dnd/DragSource;
            0    2     2     c  Ljava/awt/Component;
            0    2     3   act  I
    MethodParameters:
      Name  Flags
      ds    
      c     
      act   

  protected void <init>(java.awt.dnd.DragSource, java.awt.Component);
    descriptor: (Ljava/awt/dnd/DragSource;Ljava/awt/Component;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
        start local 2 // java.awt.Component c
         0: .line 101
            aload 0 /* this */
            aload 1 /* ds */
            aload 2 /* c */
            iconst_0
            invokespecial sun.awt.windows.WMouseDragGestureRecognizer.<init>:(Ljava/awt/dnd/DragSource;Ljava/awt/Component;I)V
         1: .line 102
            return
        end local 2 // java.awt.Component c
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    2     1    ds  Ljava/awt/dnd/DragSource;
            0    2     2     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      ds    
      c     

  protected void <init>(java.awt.dnd.DragSource);
    descriptor: (Ljava/awt/dnd/DragSource;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
         0: .line 111
            aload 0 /* this */
            aload 1 /* ds */
            aconst_null
            invokespecial sun.awt.windows.WMouseDragGestureRecognizer.<init>:(Ljava/awt/dnd/DragSource;Ljava/awt/Component;)V
         1: .line 112
            return
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    2     1    ds  Ljava/awt/dnd/DragSource;
    MethodParameters:
      Name  Flags
      ds    

  protected int mapDragOperationFromModifiers(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 119
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getModifiersEx:()I
            istore 2 /* mods */
        start local 2 // int mods
         1: .line 120
            iload 2 /* mods */
            sipush 7168
            iand
            istore 3 /* btns */
        start local 3 // int btns
         2: .line 123
            iload 3 /* btns */
            sipush 1024
            if_icmpeq 6
         3: .line 124
            iload 3 /* btns */
            sipush 2048
            if_icmpeq 6
         4: .line 125
            iload 3 /* btns */
            sipush 4096
            if_icmpeq 6
         5: .line 126
            iconst_0
            ireturn
         6: .line 130
      StackMap locals: int int
      StackMap stack:
            iload 2 /* mods */
         7: .line 131
            aload 0 /* this */
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.getSourceActions:()I
         8: .line 130
            invokestatic sun.awt.dnd.SunDragSourceContextPeer.convertModifiersToDropAction:(II)I
         9: .line 129
            ireturn
        end local 3 // int btns
        end local 2 // int mods
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0   10     1     e  Ljava/awt/event/MouseEvent;
            1   10     2  mods  I
            2   10     3  btns  I
    MethodParameters:
      Name  Flags
      e     

  public void mouseClicked(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 141
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    1     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     

  public void mousePressed(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 149
            aload 0 /* this */
            getfield sun.awt.windows.WMouseDragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         1: .line 151
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.mapDragOperationFromModifiers:(Ljava/awt/event/MouseEvent;)I
            ifeq 7
         2: .line 153
            invokestatic java.awt.dnd.DragSource.getDragThreshold:()I
            putstatic sun.awt.windows.WMouseDragGestureRecognizer.motionThreshold:I
         3: .line 154
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: pop
         5: .line 155
            iconst_5
            putstatic sun.awt.windows.WMouseDragGestureRecognizer.motionThreshold:I
         6: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.appendEvent:(Ljava/awt/event/InputEvent;)V
         7: .line 159
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    8     1     e  Ljava/awt/event/MouseEvent;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      e     

  public void mouseReleased(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 167
            aload 0 /* this */
            getfield sun.awt.windows.WMouseDragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         1: .line 168
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    2     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     

  public void mouseEntered(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 176
            aload 0 /* this */
            getfield sun.awt.windows.WMouseDragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         1: .line 177
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    2     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     

  public void mouseExited(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 186
            aload 0 /* this */
            getfield sun.awt.windows.WMouseDragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifne 4
         1: .line 187
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.mapDragOperationFromModifiers:(Ljava/awt/event/MouseEvent;)I
            istore 2 /* dragAction */
        start local 2 // int dragAction
         2: .line 189
            iload 2 /* dragAction */
            ifne 4
         3: .line 190
            aload 0 /* this */
            getfield sun.awt.windows.WMouseDragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
        end local 2 // int dragAction
         4: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    5     1           e  Ljava/awt/event/MouseEvent;
            2    4     2  dragAction  I
    MethodParameters:
      Name  Flags
      e     

  public void mouseDragged(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 201
            aload 0 /* this */
            getfield sun.awt.windows.WMouseDragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifne 13
         1: .line 202
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.mapDragOperationFromModifiers:(Ljava/awt/event/MouseEvent;)I
            istore 2 /* dop */
        start local 2 // int dop
         2: .line 204
            iload 2 /* dop */
            ifne 4
         3: .line 205
            return
         4: .line 208
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WMouseDragGestureRecognizer.events:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.awt.event.MouseEvent
            astore 3 /* trigger */
        start local 3 // java.awt.event.MouseEvent trigger
         5: .line 211
            aload 3 /* trigger */
            invokevirtual java.awt.event.MouseEvent.getPoint:()Ljava/awt/Point;
            astore 4 /* origin */
        start local 4 // java.awt.Point origin
         6: .line 212
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getPoint:()Ljava/awt/Point;
            astore 5 /* current */
        start local 5 // java.awt.Point current
         7: .line 214
            aload 4 /* origin */
            getfield java.awt.Point.x:I
            aload 5 /* current */
            getfield java.awt.Point.x:I
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 6 /* dx */
        start local 6 // int dx
         8: .line 215
            aload 4 /* origin */
            getfield java.awt.Point.y:I
            aload 5 /* current */
            getfield java.awt.Point.y:I
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 7 /* dy */
        start local 7 // int dy
         9: .line 217
            iload 6 /* dx */
            getstatic sun.awt.windows.WMouseDragGestureRecognizer.motionThreshold:I
            if_icmpgt 10
            iload 7 /* dy */
            getstatic sun.awt.windows.WMouseDragGestureRecognizer.motionThreshold:I
            if_icmple 12
        10: .line 218
      StackMap locals: sun.awt.windows.WMouseDragGestureRecognizer java.awt.event.MouseEvent int java.awt.event.MouseEvent java.awt.Point java.awt.Point int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* dop */
            aload 0 /* this */
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.getTriggerEvent:()Ljava/awt/event/InputEvent;
            checkcast java.awt.event.MouseEvent
            invokevirtual java.awt.event.MouseEvent.getPoint:()Ljava/awt/Point;
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.fireDragGestureRecognized:(ILjava/awt/Point;)V
        11: .line 219
            goto 13
        12: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual sun.awt.windows.WMouseDragGestureRecognizer.appendEvent:(Ljava/awt/event/InputEvent;)V
        end local 7 // int dy
        end local 6 // int dx
        end local 5 // java.awt.Point current
        end local 4 // java.awt.Point origin
        end local 3 // java.awt.event.MouseEvent trigger
        end local 2 // int dop
        13: .line 222
      StackMap locals: sun.awt.windows.WMouseDragGestureRecognizer java.awt.event.MouseEvent
      StackMap stack:
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0   14     1        e  Ljava/awt/event/MouseEvent;
            2   13     2      dop  I
            5   13     3  trigger  Ljava/awt/event/MouseEvent;
            6   13     4   origin  Ljava/awt/Point;
            7   13     5  current  Ljava/awt/Point;
            8   13     6       dx  I
            9   13     7       dy  I
    MethodParameters:
      Name  Flags
      e     

  public void mouseMoved(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 232
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // sun.awt.windows.WMouseDragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WMouseDragGestureRecognizer;
            0    1     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "WMouseDragGestureRecognizer.java"