class jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy implements sun.swing.LightweightContent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy
  super_class: java.lang.Object
{
  final jdk.swing.interop.LightweightContentWrapper this$0;
    descriptor: Ljdk/swing/interop/LightweightContentWrapper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(jdk.swing.interop.LightweightContentWrapper);
    descriptor: (Ljdk/swing/interop/LightweightContentWrapper;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
         0: .line 99
            aload 0 /* this */
            aload 1
            putfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
    MethodParameters:
        Name  Flags
      this$0  final

  public javax.swing.JComponent getComponent();
    descriptor: ()Ljavax/swing/JComponent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
         0: .line 102
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            invokevirtual jdk.swing.interop.LightweightContentWrapper.getComponent:()Ljavax/swing/JComponent;
            areturn
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;

  public void paintLock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
         0: .line 106
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            invokevirtual jdk.swing.interop.LightweightContentWrapper.paintLock:()V
         1: .line 107
            return
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;

  public void paintUnlock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
         0: .line 110
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            invokevirtual jdk.swing.interop.LightweightContentWrapper.paintUnlock:()V
         1: .line 111
            return
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;

  public void imageBufferReset(int[], int, int, int, int, int);
    descriptor: ([IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // int[] data
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
        start local 6 // int linestride
         0: .line 115
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            aload 1 /* data */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* width */
         1: .line 116
            iload 5 /* height */
            iload 6 /* linestride */
         2: .line 115
            invokevirtual jdk.swing.interop.LightweightContentWrapper.imageBufferReset:([IIIIII)V
         3: .line 117
            return
        end local 6 // int linestride
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // int[] data
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    4     1        data  [I
            0    4     2           x  I
            0    4     3           y  I
            0    4     4       width  I
            0    4     5      height  I
            0    4     6  linestride  I
    MethodParameters:
            Name  Flags
      data        
      x           
      y           
      width       
      height      
      linestride  

  public void imageBufferReset(int[], int, int, int, int, int, double, double);
    descriptor: ([IIIIIIDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=11, args_size=9
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // int[] data
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
        start local 6 // int linestride
        start local 7 // double scaleX
        start local 9 // double scaleY
         0: .line 122
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            aload 1 /* data */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* width */
         1: .line 123
            iload 5 /* height */
            iload 6 /* linestride */
            dload 7 /* scaleX */
            dload 9 /* scaleY */
         2: .line 122
            invokevirtual jdk.swing.interop.LightweightContentWrapper.imageBufferReset:([IIIIIIDD)V
         3: .line 124
            return
        end local 9 // double scaleY
        end local 7 // double scaleX
        end local 6 // int linestride
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // int[] data
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    4     1        data  [I
            0    4     2           x  I
            0    4     3           y  I
            0    4     4       width  I
            0    4     5      height  I
            0    4     6  linestride  I
            0    4     7      scaleX  D
            0    4     9      scaleY  D
    MethodParameters:
            Name  Flags
      data        
      x           
      y           
      width       
      height      
      linestride  
      scaleX      
      scaleY      

  public void imageReshaped(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 127
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.imageReshaped:(IIII)V
         1: .line 128
            return
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    2     1       x  I
            0    2     2       y  I
            0    2     3   width  I
            0    2     4  height  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  public void imageUpdated(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // int dirtyX
        start local 2 // int dirtyY
        start local 3 // int dirtyWidth
        start local 4 // int dirtyHeight
         0: .line 131
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            iload 1 /* dirtyX */
            iload 2 /* dirtyY */
            iload 3 /* dirtyWidth */
            iload 4 /* dirtyHeight */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.imageUpdated:(IIII)V
         1: .line 132
            return
        end local 4 // int dirtyHeight
        end local 3 // int dirtyWidth
        end local 2 // int dirtyY
        end local 1 // int dirtyX
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    2     1       dirtyX  I
            0    2     2       dirtyY  I
            0    2     3   dirtyWidth  I
            0    2     4  dirtyHeight  I
    MethodParameters:
             Name  Flags
      dirtyX       
      dirtyY       
      dirtyWidth   
      dirtyHeight  

  public void focusGrabbed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
         0: .line 135
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            invokevirtual jdk.swing.interop.LightweightContentWrapper.focusGrabbed:()V
         1: .line 136
            return
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;

  public void focusUngrabbed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
         0: .line 139
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            invokevirtual jdk.swing.interop.LightweightContentWrapper.focusUngrabbed:()V
         1: .line 140
            return
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;

  public void preferredSizeChanged(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // int width
        start local 2 // int height
         0: .line 143
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            iload 1 /* width */
            iload 2 /* height */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.preferredSizeChanged:(II)V
         1: .line 144
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    2     1   width  I
            0    2     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public void maximumSizeChanged(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // int width
        start local 2 // int height
         0: .line 147
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            iload 1 /* width */
            iload 2 /* height */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.maximumSizeChanged:(II)V
         1: .line 148
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    2     1   width  I
            0    2     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public void minimumSizeChanged(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // int width
        start local 2 // int height
         0: .line 151
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            iload 1 /* width */
            iload 2 /* height */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.minimumSizeChanged:(II)V
         1: .line 152
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    2     1   width  I
            0    2     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public <T extends java.awt.dnd.DragGestureRecognizer> T createDragGestureRecognizer(java.lang.Class<T>, java.awt.dnd.DragSource, java.awt.Component, int, java.awt.dnd.DragGestureListener);
    descriptor: (Ljava/lang/Class;Ljava/awt/dnd/DragSource;Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)Ljava/awt/dnd/DragGestureRecognizer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // java.lang.Class abstractRecognizerClass
        start local 2 // java.awt.dnd.DragSource ds
        start local 3 // java.awt.Component c
        start local 4 // int srcActions
        start local 5 // java.awt.dnd.DragGestureListener dgl
         0: .line 158
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
         1: .line 159
            aload 1 /* abstractRecognizerClass */
            aload 2 /* ds */
            aload 3 /* c */
            iload 4 /* srcActions */
            aload 5 /* dgl */
         2: .line 158
            invokevirtual jdk.swing.interop.LightweightContentWrapper.createDragGestureRecognizer:(Ljava/lang/Class;Ljava/awt/dnd/DragSource;Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)Ljava/awt/dnd/DragGestureRecognizer;
            areturn
        end local 5 // java.awt.dnd.DragGestureListener dgl
        end local 4 // int srcActions
        end local 3 // java.awt.Component c
        end local 2 // java.awt.dnd.DragSource ds
        end local 1 // java.lang.Class abstractRecognizerClass
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    3     0                     this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    3     1  abstractRecognizerClass  Ljava/lang/Class<TT;>;
            0    3     2                       ds  Ljava/awt/dnd/DragSource;
            0    3     3                        c  Ljava/awt/Component;
            0    3     4               srcActions  I
            0    3     5                      dgl  Ljava/awt/dnd/DragGestureListener;
    Signature: <T:Ljava/awt/dnd/DragGestureRecognizer;>(Ljava/lang/Class<TT;>;Ljava/awt/dnd/DragSource;Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)TT;
    MethodParameters:
                         Name  Flags
      abstractRecognizerClass  
      ds                       
      c                        
      srcActions               
      dgl                      

  public java.awt.dnd.peer.DragSourceContextPeer createDragSourceContextPeer(java.awt.dnd.DragGestureEvent);
    descriptor: (Ljava/awt/dnd/DragGestureEvent;)Ljava/awt/dnd/peer/DragSourceContextPeer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // java.awt.dnd.DragGestureEvent dge
         0: .line 165
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            aload 1 /* dge */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.createDragSourceContext:(Ljava/awt/dnd/DragGestureEvent;)Ljdk/swing/interop/DragSourceContextWrapper;
         1: .line 164
            astore 2 /* peerWrapper */
        start local 2 // jdk.swing.interop.DragSourceContextWrapper peerWrapper
         2: .line 166
            aload 2 /* peerWrapper */
            invokevirtual jdk.swing.interop.DragSourceContextWrapper.getPeer:()Ljava/awt/dnd/peer/DragSourceContextPeer;
            areturn
        end local 2 // jdk.swing.interop.DragSourceContextWrapper peerWrapper
        end local 1 // java.awt.dnd.DragGestureEvent dge
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    3     1          dge  Ljava/awt/dnd/DragGestureEvent;
            2    3     2  peerWrapper  Ljdk/swing/interop/DragSourceContextWrapper;
    Exceptions:
      throws java.awt.dnd.InvalidDnDOperationException
    MethodParameters:
      Name  Flags
      dge   

  public void addDropTarget(java.awt.dnd.DropTarget);
    descriptor: (Ljava/awt/dnd/DropTarget;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // java.awt.dnd.DropTarget dt
         0: .line 170
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            aload 1 /* dt */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.addDropTarget:(Ljava/awt/dnd/DropTarget;)V
         1: .line 171
            return
        end local 1 // java.awt.dnd.DropTarget dt
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    2     1    dt  Ljava/awt/dnd/DropTarget;
    MethodParameters:
      Name  Flags
      dt    

  public void removeDropTarget(java.awt.dnd.DropTarget);
    descriptor: (Ljava/awt/dnd/DropTarget;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
        start local 1 // java.awt.dnd.DropTarget dt
         0: .line 174
            aload 0 /* this */
            getfield jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy.this$0:Ljdk/swing/interop/LightweightContentWrapper;
            aload 1 /* dt */
            invokevirtual jdk.swing.interop.LightweightContentWrapper.removeDropTarget:(Ljava/awt/dnd/DropTarget;)V
         1: .line 175
            return
        end local 1 // java.awt.dnd.DropTarget dt
        end local 0 // jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/swing/interop/LightweightContentWrapper$LightweightContentProxy;
            0    2     1    dt  Ljava/awt/dnd/DropTarget;
    MethodParameters:
      Name  Flags
      dt    
}
SourceFile: "LightweightContentWrapper.java"
NestHost: jdk.swing.interop.LightweightContentWrapper
InnerClasses:
  private LightweightContentProxy = jdk.swing.interop.LightweightContentWrapper$LightweightContentProxy of jdk.swing.interop.LightweightContentWrapper