class sun.lwawt.LWComponentPeer$1 extends javax.swing.RepaintManager
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.LWComponentPeer$1
  super_class: javax.swing.RepaintManager
{
  final sun.lwawt.LWComponentPeer this$0;
    descriptor: Lsun/lwawt/LWComponentPeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.LWComponentPeer);
    descriptor: (Lsun/lwawt/LWComponentPeer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.LWComponentPeer$1 this
         0: .line 241
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.LWComponentPeer$1.this$0:Lsun/lwawt/LWComponentPeer;
            aload 0 /* this */
            invokespecial javax.swing.RepaintManager.<init>:()V
            return
        end local 0 // sun.lwawt.LWComponentPeer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWComponentPeer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void addDirtyRegion(javax.swing.JComponent, int, int, int, int);
    descriptor: (Ljavax/swing/JComponent;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // sun.lwawt.LWComponentPeer$1 this
        start local 1 // javax.swing.JComponent c
        start local 2 // int x
        start local 3 // int y
        start local 4 // int w
        start local 5 // int h
         0: .line 244
            aload 0 /* this */
            getfield sun.lwawt.LWComponentPeer$1.this$0:Lsun/lwawt/LWComponentPeer;
         1: .line 245
            aload 1 /* c */
            new java.awt.Rectangle
            dup
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            aload 0 /* this */
            getfield sun.lwawt.LWComponentPeer$1.this$0:Lsun/lwawt/LWComponentPeer;
            invokevirtual sun.lwawt.LWComponentPeer.getDelegate:()Ljavax/swing/JComponent;
         2: .line 244
            invokestatic javax.swing.SwingUtilities.convertRectangle:(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Component;)Ljava/awt/Rectangle;
            invokevirtual sun.lwawt.LWComponentPeer.repaintPeer:(Ljava/awt/Rectangle;)V
         3: .line 246
            return
        end local 5 // int h
        end local 4 // int w
        end local 3 // int y
        end local 2 // int x
        end local 1 // javax.swing.JComponent c
        end local 0 // sun.lwawt.LWComponentPeer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/LWComponentPeer$1;
            0    4     1     c  Ljavax/swing/JComponent;
            0    4     2     x  I
            0    4     3     y  I
            0    4     4     w  I
            0    4     5     h  I
    MethodParameters:
      Name  Flags
      c     final
      x     final
      y     final
      w     final
      h     final
}
SourceFile: "LWComponentPeer.java"
EnclosingMethod: sun.lwawt.LWComponentPeer.<init>:(Ljava/awt/Component;Lsun/lwawt/PlatformComponent;)V
NestHost: sun.lwawt.LWComponentPeer
InnerClasses:
  sun.lwawt.LWComponentPeer$1