public interface sun.lwawt.PlatformComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.lwawt.PlatformComponent
  super_class: java.lang.Object
{
  public abstract void initialize(sun.lwawt.PlatformWindow);
    descriptor: (Lsun/lwawt/PlatformWindow;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      platformWindow  

  public abstract void setBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public abstract void dispose();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "PlatformComponent.java"