public class sun.lwawt.macosx.CPlatformEmbeddedFrame implements sun.lwawt.PlatformWindow
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.lwawt.macosx.CPlatformEmbeddedFrame
  super_class: java.lang.Object
{
  private static final sun.util.logging.PlatformLogger focusLogger;
    descriptor: Lsun/util/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private sun.java2d.opengl.CGLLayer windowLayer;
    descriptor: Lsun/java2d/opengl/CGLLayer;
    flags: (0x0002) ACC_PRIVATE

  private sun.lwawt.LWWindowPeer peer;
    descriptor: Lsun/lwawt/LWWindowPeer;
    flags: (0x0002) ACC_PRIVATE

  private sun.lwawt.macosx.CEmbeddedFrame target;
    descriptor: Lsun/lwawt/macosx/CEmbeddedFrame;
    flags: (0x0002) ACC_PRIVATE

  private volatile int screenX;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile int screenY;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc "sun.lwawt.macosx.focus.CPlatformEmbeddedFrame"
            invokestatic sun.util.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lsun/util/logging/PlatformLogger;
            putstatic sun.lwawt.macosx.CPlatformEmbeddedFrame.focusLogger:Lsun/util/logging/PlatformLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield sun.lwawt.macosx.CPlatformEmbeddedFrame.screenX:I
         2: .line 49
            aload 0 /* this */
            iconst_0
            putfield sun.lwawt.macosx.CPlatformEmbeddedFrame.screenY:I
         3: .line 40
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void initialize(java.awt.Window, sun.lwawt.LWWindowPeer, sun.lwawt.PlatformWindow);
    descriptor: (Ljava/awt/Window;Lsun/lwawt/LWWindowPeer;Lsun/lwawt/PlatformWindow;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // java.awt.Window target
        start local 2 // sun.lwawt.LWWindowPeer peer
        start local 3 // sun.lwawt.PlatformWindow owner
         0: .line 53
            aload 0 /* this */
            aload 2 /* peer */
            putfield sun.lwawt.macosx.CPlatformEmbeddedFrame.peer:Lsun/lwawt/LWWindowPeer;
         1: .line 54
            aload 0 /* this */
            new sun.java2d.opengl.CGLLayer
            dup
            aload 2 /* peer */
            invokespecial sun.java2d.opengl.CGLLayer.<init>:(Lsun/lwawt/LWWindowPeer;)V
            putfield sun.lwawt.macosx.CPlatformEmbeddedFrame.windowLayer:Lsun/java2d/opengl/CGLLayer;
         2: .line 55
            aload 0 /* this */
            aload 1 /* target */
            checkcast sun.lwawt.macosx.CEmbeddedFrame
            putfield sun.lwawt.macosx.CPlatformEmbeddedFrame.target:Lsun/lwawt/macosx/CEmbeddedFrame;
         3: .line 56
            return
        end local 3 // sun.lwawt.PlatformWindow owner
        end local 2 // sun.lwawt.LWWindowPeer peer
        end local 1 // java.awt.Window target
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    4     1  target  Ljava/awt/Window;
            0    4     2    peer  Lsun/lwawt/LWWindowPeer;
            0    4     3   owner  Lsun/lwawt/PlatformWindow;
    MethodParameters:
        Name  Flags
      target  
      peer    final
      owner   

  public sun.lwawt.LWWindowPeer getPeer();
    descriptor: ()Lsun/lwawt/LWWindowPeer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 60
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.peer:Lsun/lwawt/LWWindowPeer;
            areturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public long getLayerPtr();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 65
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.windowLayer:Lsun/java2d/opengl/CGLLayer;
            invokevirtual sun.java2d.opengl.CGLLayer.getPointer:()J
            lreturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 70
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.windowLayer:Lsun/java2d/opengl/CGLLayer;
            invokevirtual sun.java2d.opengl.CGLLayer.dispose:()V
         1: .line 71
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void setBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 77
            aload 0 /* this */
            iload 1 /* x */
            putfield sun.lwawt.macosx.CPlatformEmbeddedFrame.screenX:I
         1: .line 78
            aload 0 /* this */
            iload 2 /* y */
            putfield sun.lwawt.macosx.CPlatformEmbeddedFrame.screenY:I
         2: .line 79
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.peer:Lsun/lwawt/LWWindowPeer;
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.lwawt.LWWindowPeer.notifyReshape:(IIII)V
         3: .line 80
            return
        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.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    4     1     x  I
            0    4     2     y  I
            0    4     3     w  I
            0    4     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public java.awt.GraphicsDevice getGraphicsDevice();
    descriptor: ()Ljava/awt/GraphicsDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 85
            invokestatic java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment:()Ljava/awt/GraphicsEnvironment;
            astore 1 /* ge */
        start local 1 // java.awt.GraphicsEnvironment ge
         1: .line 86
            aload 1 /* ge */
            invokevirtual java.awt.GraphicsEnvironment.getDefaultScreenDevice:()Ljava/awt/GraphicsDevice;
            areturn
        end local 1 // java.awt.GraphicsEnvironment ge
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            1    2     1    ge  Ljava/awt/GraphicsEnvironment;

  public java.awt.Point getLocationOnScreen();
    descriptor: ()Ljava/awt/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 91
            new java.awt.Point
            dup
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.screenX:I
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.screenY:I
            invokespecial java.awt.Point.<init>:(II)V
            areturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public java.awt.FontMetrics getFontMetrics(java.awt.Font);
    descriptor: (Ljava/awt/Font;)Ljava/awt/FontMetrics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // java.awt.Font f
         0: .line 96
            new java.lang.RuntimeException
            dup
            ldc "Not implemented"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.awt.Font f
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1     f  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      f     

  public sun.java2d.SurfaceData getScreenSurface();
    descriptor: ()Lsun/java2d/SurfaceData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 101
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.windowLayer:Lsun/java2d/opengl/CGLLayer;
            invokevirtual sun.java2d.opengl.CGLLayer.getSurfaceData:()Lsun/java2d/SurfaceData;
            areturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public sun.java2d.SurfaceData replaceSurfaceData();
    descriptor: ()Lsun/java2d/SurfaceData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 106
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.windowLayer:Lsun/java2d/opengl/CGLLayer;
            invokevirtual sun.java2d.opengl.CGLLayer.replaceSurfaceData:()Lsun/java2d/SurfaceData;
            areturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void setVisible(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // boolean visible
         0: .line 110
            return
        end local 1 // boolean visible
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  visible  Z
    MethodParameters:
         Name  Flags
      visible  

  public void setTitle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // java.lang.String title
         0: .line 113
            return
        end local 1 // java.lang.String title
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  title  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      title  

  public java.awt.Insets getInsets();
    descriptor: ()Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 117
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            areturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void toFront();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 121
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void toBack();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 124
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void setMenuBar(java.awt.MenuBar);
    descriptor: (Ljava/awt/MenuBar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // java.awt.MenuBar mb
         0: .line 127
            return
        end local 1 // java.awt.MenuBar mb
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1    mb  Ljava/awt/MenuBar;
    MethodParameters:
      Name  Flags
      mb    

  public void setAlwaysOnTop(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // boolean value
         0: .line 130
            return
        end local 1 // boolean value
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public void updateFocusableWindowState();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 133
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public boolean rejectFocusRequest(sun.awt.CausedFocusEvent$Cause);
    descriptor: (Lsun/awt/CausedFocusEvent$Cause;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // sun.awt.CausedFocusEvent$Cause cause
         0: .line 138
            aload 1 /* cause */
            getstatic sun.awt.CausedFocusEvent$Cause.MOUSE_EVENT:Lsun/awt/CausedFocusEvent$Cause;
            if_acmpeq 4
         1: .line 139
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.target:Lsun/lwawt/macosx/CEmbeddedFrame;
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.isParentWindowActive:()Z
            ifne 4
         2: .line 141
            getstatic sun.lwawt.macosx.CPlatformEmbeddedFrame.focusLogger:Lsun/util/logging/PlatformLogger;
            ldc "the embedder is inactive, so the request is rejected"
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
         3: .line 142
            iconst_1
            ireturn
         4: .line 144
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.awt.CausedFocusEvent$Cause cause
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    5     1  cause  Lsun/awt/CausedFocusEvent$Cause;
    MethodParameters:
       Name  Flags
      cause  

  public boolean requestWindowFocus();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 149
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.target:Lsun/lwawt/macosx/CEmbeddedFrame;
            invokestatic sun.lwawt.macosx.CEmbeddedFrame.updateGlobalFocusedWindow:(Lsun/lwawt/macosx/CEmbeddedFrame;)V
         1: .line 150
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformEmbeddedFrame.target:Lsun/lwawt/macosx/CEmbeddedFrame;
            iconst_1
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.synthesizeWindowActivation:(Z)V
         2: .line 151
            iconst_1
            ireturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public boolean isActive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 156
            iconst_1
            ireturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void setResizable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // boolean resizable
         0: .line 160
            return
        end local 1 // boolean resizable
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  resizable  Z
    MethodParameters:
           Name  Flags
      resizable  

  public void setSizeConstraints(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // int minW
        start local 2 // int minH
        start local 3 // int maxW
        start local 4 // int maxH
         0: .line 163
            return
        end local 4 // int maxH
        end local 3 // int maxW
        end local 2 // int minH
        end local 1 // int minW
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  minW  I
            0    1     2  minH  I
            0    1     3  maxW  I
            0    1     4  maxH  I
    MethodParameters:
      Name  Flags
      minW  
      minH  
      maxW  
      maxH  

  public java.awt.Graphics transformGraphics(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)Ljava/awt/Graphics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // java.awt.Graphics g
         0: .line 167
            aload 1 /* g */
            areturn
        end local 1 // java.awt.Graphics g
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1     g  Ljava/awt/Graphics;
    MethodParameters:
      Name  Flags
      g     

  public void updateIconImages();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 171
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void setOpacity(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // float opacity
         0: .line 174
            return
        end local 1 // float opacity
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  opacity  F
    MethodParameters:
         Name  Flags
      opacity  

  public void setOpaque(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // boolean isOpaque
         0: .line 177
            return
        end local 1 // boolean isOpaque
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  isOpaque  Z
    MethodParameters:
          Name  Flags
      isOpaque  

  public void enterFullScreenMode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 180
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void exitFullScreenMode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 183
            return
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public boolean isFullScreenMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 187
            iconst_0
            ireturn
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;

  public void setWindowState(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // int windowState
         0: .line 191
            return
        end local 1 // int windowState
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  windowState  I
    MethodParameters:
             Name  Flags
      windowState  

  public void setModalBlocked(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
        start local 1 // boolean blocked
         0: .line 194
            return
        end local 1 // boolean blocked
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
            0    1     1  blocked  Z
    MethodParameters:
         Name  Flags
      blocked  

  public boolean isUnderMouse();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
         0: .line 202
            new java.lang.RuntimeException
            dup
            ldc "Not implemented"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.lwawt.macosx.CPlatformEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformEmbeddedFrame;
}
SourceFile: "CPlatformEmbeddedFrame.java"
InnerClasses:
  public final Cause = sun.awt.CausedFocusEvent$Cause of sun.awt.CausedFocusEvent