public abstract class java.awt.dnd.DragGestureRecognizer implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.awt.dnd.DragGestureRecognizer
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8996673345831063337

  protected java.awt.dnd.DragSource dragSource;
    descriptor: Ljava/awt/dnd/DragSource;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Component component;
    descriptor: Ljava/awt/Component;
    flags: (0x0004) ACC_PROTECTED

  protected transient java.awt.dnd.DragGestureListener dragGestureListener;
    descriptor: Ljava/awt/dnd/DragGestureListener;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected int sourceActions;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.util.ArrayList<java.awt.event.InputEvent> events;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/ArrayList<Ljava/awt/event/InputEvent;>;

  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=4, locals=5, args_size=5
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
        start local 2 // java.awt.Component c
        start local 3 // int sa
        start local 4 // java.awt.dnd.DragGestureListener dgl
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 462
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
         2: .line 121
            aload 1 /* ds */
            ifnonnull 3
            new java.lang.IllegalArgumentException
            dup
            ldc "null DragSource"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 123
      StackMap locals: java.awt.dnd.DragGestureRecognizer java.awt.dnd.DragSource java.awt.Component int java.awt.dnd.DragGestureListener
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ds */
            putfield java.awt.dnd.DragGestureRecognizer.dragSource:Ljava/awt/dnd/DragSource;
         4: .line 124
            aload 0 /* this */
            aload 2 /* c */
            putfield java.awt.dnd.DragGestureRecognizer.component:Ljava/awt/Component;
         5: .line 125
            aload 0 /* this */
            iload 3 /* sa */
            ldc 1073741827
            iand
            putfield java.awt.dnd.DragGestureRecognizer.sourceActions:I
         6: .line 128
            aload 4 /* dgl */
            ifnull 9
            aload 0 /* this */
            aload 4 /* dgl */
            invokevirtual java.awt.dnd.DragGestureRecognizer.addDragGestureListener:(Ljava/awt/dnd/DragGestureListener;)V
         7: .line 129
            goto 9
      StackMap locals:
      StackMap stack: java.util.TooManyListenersException
         8: pop
         9: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.awt.dnd.DragGestureListener dgl
        end local 3 // int sa
        end local 2 // java.awt.Component c
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0   10     1    ds  Ljava/awt/dnd/DragSource;
            0   10     2     c  Ljava/awt/Component;
            0   10     3    sa  I
            0   10     4   dgl  Ljava/awt/dnd/DragGestureListener;
      Exception table:
        from    to  target  type
           6     7       8  Class java.util.TooManyListenersException
    MethodParameters:
      Name  Flags
      ds    
      c     
      sa    
      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 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
        start local 2 // java.awt.Component c
        start local 3 // int sa
         0: .line 162
            aload 0 /* this */
            aload 1 /* ds */
            aload 2 /* c */
            iload 3 /* sa */
            aconst_null
            invokespecial java.awt.dnd.DragGestureRecognizer.<init>:(Ljava/awt/dnd/DragSource;Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)V
         1: .line 163
            return
        end local 3 // int sa
        end local 2 // java.awt.Component c
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0    2     1    ds  Ljava/awt/dnd/DragSource;
            0    2     2     c  Ljava/awt/Component;
            0    2     3    sa  I
    MethodParameters:
      Name  Flags
      ds    
      c     
      sa    

  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 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
        start local 2 // java.awt.Component c
         0: .line 190
            aload 0 /* this */
            aload 1 /* ds */
            aload 2 /* c */
            iconst_0
            invokespecial java.awt.dnd.DragGestureRecognizer.<init>:(Ljava/awt/dnd/DragSource;Ljava/awt/Component;I)V
         1: .line 191
            return
        end local 2 // java.awt.Component c
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            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 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.dnd.DragSource ds
         0: .line 207
            aload 0 /* this */
            aload 1 /* ds */
            aconst_null
            invokespecial java.awt.dnd.DragGestureRecognizer.<init>:(Ljava/awt/dnd/DragSource;Ljava/awt/Component;)V
         1: .line 208
            return
        end local 1 // java.awt.dnd.DragSource ds
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0    2     1    ds  Ljava/awt/dnd/DragSource;
    MethodParameters:
      Name  Flags
      ds    

  protected abstract void registerListeners();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract void unregisterListeners();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public java.awt.dnd.DragSource getDragSource();
    descriptor: ()Ljava/awt/dnd/DragSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragGestureRecognizer this
         0: .line 235
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragSource:Ljava/awt/dnd/DragSource;
            areturn
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/dnd/DragGestureRecognizer;

  public synchronized java.awt.Component getComponent();
    descriptor: ()Ljava/awt/Component;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragGestureRecognizer this
         0: .line 247
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.component:Ljava/awt/Component;
            areturn
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/dnd/DragGestureRecognizer;

  public synchronized void setComponent(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.Component c
         0: .line 259
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.component:Ljava/awt/Component;
            ifnull 2
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            ifnull 2
         1: .line 260
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragGestureRecognizer.unregisterListeners:()V
         2: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            putfield java.awt.dnd.DragGestureRecognizer.component:Ljava/awt/Component;
         3: .line 264
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.component:Ljava/awt/Component;
            ifnull 5
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            ifnull 5
         4: .line 265
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragGestureRecognizer.registerListeners:()V
         5: .line 266
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Component c
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0    6     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     

  public synchronized int getSourceActions();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragGestureRecognizer this
         0: .line 276
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.sourceActions:I
            ireturn
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/dnd/DragGestureRecognizer;

  public synchronized void setSourceActions(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // int actions
         0: .line 286
            aload 0 /* this */
            iload 1 /* actions */
            ldc 1073741827
            iand
            putfield java.awt.dnd.DragGestureRecognizer.sourceActions:I
         1: .line 287
            return
        end local 1 // int actions
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/awt/dnd/DragGestureRecognizer;
            0    2     1  actions  I
    MethodParameters:
         Name  Flags
      actions  

  public java.awt.event.InputEvent getTriggerEvent();
    descriptor: ()Ljava/awt/event/InputEvent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragGestureRecognizer this
         0: .line 297
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.awt.event.InputEvent
      StackMap locals:
      StackMap stack: java.awt.event.InputEvent
         2: areturn
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/dnd/DragGestureRecognizer;

  public void resetRecognizer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragGestureRecognizer this
         0: .line 304
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
            return
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/dnd/DragGestureRecognizer;

  public synchronized void addDragGestureListener(java.awt.dnd.DragGestureListener);
    descriptor: (Ljava/awt/dnd/DragGestureListener;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.dnd.DragGestureListener dgl
         0: .line 317
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            ifnull 2
         1: .line 318
            new java.util.TooManyListenersException
            dup
            invokespecial java.util.TooManyListenersException.<init>:()V
            athrow
         2: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dgl */
            putfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
         3: .line 322
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.component:Ljava/awt/Component;
            ifnull 4
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragGestureRecognizer.registerListeners:()V
         4: .line 324
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.dnd.DragGestureListener dgl
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0    5     1   dgl  Ljava/awt/dnd/DragGestureListener;
    Exceptions:
      throws java.util.TooManyListenersException
    MethodParameters:
      Name  Flags
      dgl   

  public synchronized void removeDragGestureListener(java.awt.dnd.DragGestureListener);
    descriptor: (Ljava/awt/dnd/DragGestureListener;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.dnd.DragGestureListener dgl
         0: .line 337
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            ifnull 1
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            aload 1 /* dgl */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 338
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
         3: .line 342
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.component:Ljava/awt/Component;
            ifnull 4
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragGestureRecognizer.unregisterListeners:()V
         4: .line 344
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.dnd.DragGestureListener dgl
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0    5     1   dgl  Ljava/awt/dnd/DragGestureListener;
    MethodParameters:
      Name  Flags
      dgl   

  protected synchronized void fireDragGestureRecognized(int, java.awt.Point);
    descriptor: (ILjava/awt/Point;)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // int dragAction
        start local 2 // java.awt.Point p
         0: .line 355
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            ifnull 6
         1: .line 356
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            new java.awt.dnd.DragGestureEvent
            dup
            aload 0 /* this */
            iload 1 /* dragAction */
            aload 2 /* p */
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
            invokespecial java.awt.dnd.DragGestureEvent.<init>:(Ljava/awt/dnd/DragGestureRecognizer;ILjava/awt/Point;Ljava/util/List;)V
            invokeinterface java.awt.dnd.DragGestureListener.dragGestureRecognized:(Ljava/awt/dnd/DragGestureEvent;)V
         2: .line 358
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 3
         4: .line 359
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         5: .line 360
            aload 3
            athrow
         6: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         7: .line 361
            return
        end local 2 // java.awt.Point p
        end local 1 // int dragAction
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljava/awt/dnd/DragGestureRecognizer;
            0    8     1  dragAction  I
            0    8     2           p  Ljava/awt/Point;
      Exception table:
        from    to  target  type
           0     3       3  any
    MethodParameters:
            Name  Flags
      dragAction  
      p           

  protected synchronized void appendEvent(java.awt.event.InputEvent);
    descriptor: (Ljava/awt/event/InputEvent;)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.awt.event.InputEvent awtie
         0: .line 382
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.events:Ljava/util/ArrayList;
            aload 1 /* awtie */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 383
            return
        end local 1 // java.awt.event.InputEvent awtie
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/awt/dnd/DragGestureRecognizer;
            0    2     1  awtie  Ljava/awt/event/InputEvent;
    MethodParameters:
       Name  Flags
      awtie  

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 397
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 399
            aload 1 /* s */
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            invokestatic java.awt.dnd.SerializationTester.test:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 400
            aload 0 /* this */
            getfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
            goto 4
      StackMap locals:
      StackMap stack: java.io.ObjectOutputStream
         3: aconst_null
         4: .line 399
      StackMap locals: java.awt.dnd.DragGestureRecognizer java.io.ObjectOutputStream
      StackMap stack: java.io.ObjectOutputStream java.awt.dnd.DragGestureListener
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         5: .line 401
            return
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0    6     1     s  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.dnd.DragGestureRecognizer this
        start local 1 // java.io.ObjectInputStream s
         0: .line 414
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 416
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast java.awt.dnd.DragGestureListener
            putfield java.awt.dnd.DragGestureRecognizer.dragGestureListener:Ljava/awt/dnd/DragGestureListener;
         2: .line 417
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // java.awt.dnd.DragGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/dnd/DragGestureRecognizer;
            0    3     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.lang.ClassNotFoundException, java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "DragGestureRecognizer.java"