class sun.lwawt.macosx.CPlatformComponent extends sun.lwawt.macosx.CFRetainedResource implements sun.lwawt.PlatformComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CPlatformComponent
  super_class: sun.lwawt.macosx.CFRetainedResource
{
  private volatile sun.lwawt.PlatformWindow platformWindow;
    descriptor: Lsun/lwawt/PlatformWindow;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformComponent this
         0: .line 44
            aload 0 /* this */
            lconst_0
            iconst_1
            invokespecial sun.lwawt.macosx.CFRetainedResource.<init>:(JZ)V
         1: .line 45
            return
        end local 0 // sun.lwawt.macosx.CPlatformComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CPlatformComponent;

  public long getPointer();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformComponent this
         0: .line 51
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformComponent.ptr:J
            lreturn
        end local 0 // sun.lwawt.macosx.CPlatformComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformComponent;

  public void initialize(sun.lwawt.PlatformWindow);
    descriptor: (Lsun/lwawt/PlatformWindow;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformComponent this
        start local 1 // sun.lwawt.PlatformWindow platformWindow
         0: .line 56
            aload 0 /* this */
            aload 1 /* platformWindow */
            putfield sun.lwawt.macosx.CPlatformComponent.platformWindow:Lsun/lwawt/PlatformWindow;
         1: .line 57
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* platformWindow */
            invokeinterface sun.lwawt.PlatformWindow.getLayerPtr:()J
            invokevirtual sun.lwawt.macosx.CPlatformComponent.nativeCreateComponent:(J)J
            invokevirtual sun.lwawt.macosx.CPlatformComponent.setPtr:(J)V
         2: .line 58
            return
        end local 1 // sun.lwawt.PlatformWindow platformWindow
        end local 0 // sun.lwawt.macosx.CPlatformComponent this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lsun/lwawt/macosx/CPlatformComponent;
            0    3     1  platformWindow  Lsun/lwawt/PlatformWindow;
    MethodParameters:
                Name  Flags
      platformWindow  final

  public void setBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // sun.lwawt.macosx.CPlatformComponent this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 66
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformComponent.platformWindow:Lsun/lwawt/PlatformWindow;
            invokeinterface sun.lwawt.PlatformWindow.getPeer:()Lsun/lwawt/LWWindowPeer;
            invokevirtual sun.lwawt.LWWindowPeer.getInsets:()Ljava/awt/Insets;
            astore 5 /* insets */
        start local 5 // java.awt.Insets insets
         1: .line 67
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* x */
            aload 5 /* insets */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokedynamic run(Lsun/lwawt/macosx/CPlatformComponent;ILjava/awt/Insets;III)Lsun/lwawt/macosx/CFRetainedResource$CFNativeAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (J)V
                  sun/lwawt/macosx/CPlatformComponent.lambda$0(ILjava/awt/Insets;IIIJ)V (7)
                  (J)V
            invokevirtual sun.lwawt.macosx.CPlatformComponent.execute:(Lsun/lwawt/macosx/CFRetainedResource$CFNativeAction;)V
         2: .line 68
            return
        end local 5 // java.awt.Insets insets
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.lwawt.macosx.CPlatformComponent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/lwawt/macosx/CPlatformComponent;
            0    3     1       x  I
            0    3     2       y  I
            0    3     3       w  I
            0    3     4       h  I
            1    3     5  insets  Ljava/awt/Insets;
    MethodParameters:
      Name  Flags
      x     final
      y     final
      w     final
      h     final

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformComponent this
         0: .line 72
            aload 0 /* this */
            invokespecial sun.lwawt.macosx.CFRetainedResource.dispose:()V
         1: .line 73
            return
        end local 0 // sun.lwawt.macosx.CPlatformComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CPlatformComponent;

  private native long nativeCreateComponent(long);
    descriptor: (J)J
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
             Name  Flags
      windowLayer  

  private native void nativeSetBounds(long, int, int, int, int);
    descriptor: (JIIII)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      ptr   
      x     
      y     
      w     
      h     

  private void lambda$0(int, java.awt.Insets, int, int, int, long);
    descriptor: (ILjava/awt/Insets;IIIJ)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // sun.lwawt.macosx.CPlatformComponent this
        start local 6 // long ptr
         0: .line 67
            aload 0 /* this */
            lload 6 /* ptr */
            iload 1
            aload 2
            getfield java.awt.Insets.left:I
            isub
            iload 3
            aload 2
            getfield java.awt.Insets.top:I
            isub
            iload 4
            iload 5
            invokevirtual sun.lwawt.macosx.CPlatformComponent.nativeSetBounds:(JIIII)V
            return
        end local 6 // long ptr
        end local 0 // sun.lwawt.macosx.CPlatformComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformComponent;
            0    1     6   ptr  J
}
SourceFile: "CPlatformComponent.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract CFNativeAction = sun.lwawt.macosx.CFRetainedResource$CFNativeAction of sun.lwawt.macosx.CFRetainedResource