class sun.lwawt.macosx.CWarningWindow$3 extends sun.lwawt.macosx.CPlatformView
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CWarningWindow$3
  super_class: sun.lwawt.macosx.CPlatformView
{
  final sun.lwawt.macosx.CWarningWindow this$0;
    descriptor: Lsun/lwawt/macosx/CWarningWindow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public java.awt.GraphicsConfiguration getGraphicsConfiguration();
    descriptor: ()Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$3 this
         0: .line 293
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$3.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.ownerPeer:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast sun.lwawt.LWWindowPeer
            astore 1 /* peer */
        start local 1 // sun.lwawt.LWWindowPeer peer
         1: .line 294
            aload 1 /* peer */
            invokevirtual sun.lwawt.LWWindowPeer.getGraphicsConfiguration:()Ljava/awt/GraphicsConfiguration;
            areturn
        end local 1 // sun.lwawt.LWWindowPeer peer
        end local 0 // sun.lwawt.macosx.CWarningWindow$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CWarningWindow$3;
            1    2     1  peer  Lsun/lwawt/LWWindowPeer;

  public java.awt.Rectangle getBounds();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$3 this
         0: .line 298
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$3.this$0:Lsun/lwawt/macosx/CWarningWindow;
            invokevirtual sun.lwawt.macosx.CWarningWindow.getBounds:()Ljava/awt/Rectangle;
            areturn
        end local 0 // sun.lwawt.macosx.CWarningWindow$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CWarningWindow$3;

  public sun.java2d.opengl.CGLLayer createCGLayer();
    descriptor: ()Lsun/java2d/opengl/CGLLayer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$3 this
         0: .line 302
            new sun.lwawt.macosx.CWarningWindow$3$1
            dup
            aload 0 /* this */
            aconst_null
            invokespecial sun.lwawt.macosx.CWarningWindow$3$1.<init>:(Lsun/lwawt/macosx/CWarningWindow$3;Lsun/lwawt/LWWindowPeer;)V
            areturn
        end local 0 // sun.lwawt.macosx.CWarningWindow$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CWarningWindow$3;

  static sun.lwawt.macosx.CWarningWindow access$0(sun.lwawt.macosx.CWarningWindow$3);
    descriptor: (Lsun/lwawt/macosx/CWarningWindow$3;)Lsun/lwawt/macosx/CWarningWindow;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 291
            aload 0
            getfield sun.lwawt.macosx.CWarningWindow$3.this$0:Lsun/lwawt/macosx/CWarningWindow;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CWarningWindow.java"
EnclosingMethod: sun.lwawt.macosx.CWarningWindow.createContentView:()Lsun/lwawt/macosx/CPlatformView;
NestHost: sun.lwawt.macosx.CWarningWindow
InnerClasses:
  sun.lwawt.macosx.CWarningWindow$3
  sun.lwawt.macosx.CWarningWindow$3$1