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

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

  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$1 this
         0: .line 304
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$3$1.this$1:Lsun/lwawt/macosx/CWarningWindow$3;
            invokestatic sun.lwawt.macosx.CWarningWindow$3.access$0:(Lsun/lwawt/macosx/CWarningWindow$3;)Lsun/lwawt/macosx/CWarningWindow;
            invokevirtual sun.lwawt.macosx.CWarningWindow.getBounds:()Ljava/awt/Rectangle;
            areturn
        end local 0 // sun.lwawt.macosx.CWarningWindow$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CWarningWindow$3$1;

  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$1 this
         0: .line 308
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$3$1.this$1:Lsun/lwawt/macosx/CWarningWindow$3;
            invokestatic sun.lwawt.macosx.CWarningWindow$3.access$0:(Lsun/lwawt/macosx/CWarningWindow$3;)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 309
            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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CWarningWindow$3$1;
            1    2     1  peer  Lsun/lwawt/LWWindowPeer;

  public boolean isOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$3$1 this
         0: .line 313
            iconst_0
            ireturn
        end local 0 // sun.lwawt.macosx.CWarningWindow$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CWarningWindow$3$1;
}
SourceFile: "CWarningWindow.java"
EnclosingMethod: sun.lwawt.macosx.CWarningWindow$3.createCGLayer:()Lsun/java2d/opengl/CGLLayer;
NestHost: sun.lwawt.macosx.CWarningWindow
InnerClasses:
  sun.lwawt.macosx.CWarningWindow$3
  sun.lwawt.macosx.CWarningWindow$3$1