final class sun.lwawt.macosx.CPlatformComponent extends sun.lwawt.macosx.CFRetainedResource implements sun.lwawt.PlatformComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, 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=9, 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 */
            new sun.lwawt.macosx.CPlatformComponent$1
            dup
            aload 0 /* this */
            iload 1 /* x */
            aload 5 /* insets */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokespecial sun.lwawt.macosx.CPlatformComponent$1.<init>:(Lsun/lwawt/macosx/CPlatformComponent;ILjava/awt/Insets;III)V
            invokevirtual sun.lwawt.macosx.CPlatformComponent.execute:(Lsun/lwawt/macosx/CFRetainedResource$CFNativeAction;)V
         2: .line 73
            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 77
            aload 0 /* this */
            invokespecial sun.lwawt.macosx.CFRetainedResource.dispose:()V
         1: .line 78
            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     
}
SourceFile: "CPlatformComponent.java"
NestMembers:
  sun.lwawt.macosx.CPlatformComponent$1
InnerClasses:
  public abstract CFNativeAction = sun.lwawt.macosx.CFRetainedResource$CFNativeAction of sun.lwawt.macosx.CFRetainedResource
  sun.lwawt.macosx.CPlatformComponent$1