public class sun.lwawt.macosx.CEmbeddedFrame extends sun.awt.EmbeddedFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.lwawt.macosx.CEmbeddedFrame
  super_class: sun.awt.EmbeddedFrame
{
  private sun.lwawt.macosx.CPlatformResponder responder;
    descriptor: Lsun/lwawt/macosx/CPlatformResponder;
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.Object classLock;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static volatile sun.lwawt.macosx.CEmbeddedFrame globalFocusedWindow;
    descriptor: Lsun/lwawt/macosx/CEmbeddedFrame;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

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

  private boolean parentWindowActive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic sun.lwawt.macosx.CEmbeddedFrame.classLock:Ljava/lang/Object;
         1: .line 40
            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.CEmbeddedFrame this
         0: .line 44
            aload 0 /* this */
            invokespecial sun.awt.EmbeddedFrame.<init>:()V
         1: .line 42
            aload 0 /* this */
            iconst_1
            putfield sun.lwawt.macosx.CEmbeddedFrame.parentWindowActive:Z
         2: .line 45
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.show:()V
         3: .line 46
            return
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/macosx/CEmbeddedFrame;

  public void addNotify();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
         0: .line 49
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.getPeer:()Ljava/awt/peer/ComponentPeer;
            ifnonnull 5
         1: .line 50
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            checkcast sun.lwawt.macosx.LWCToolkit
            astore 1 /* toolkit */
        start local 1 // sun.lwawt.macosx.LWCToolkit toolkit
         2: .line 51
            aload 1 /* toolkit */
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.LWCToolkit.createEmbeddedFrame:(Lsun/lwawt/macosx/CEmbeddedFrame;)Lsun/lwawt/LWWindowPeer;
            astore 2 /* peer */
        start local 2 // sun.lwawt.LWWindowPeer peer
         3: .line 52
            aload 0 /* this */
            aload 2 /* peer */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.setPeer:(Ljava/awt/peer/ComponentPeer;)V
         4: .line 53
            aload 0 /* this */
            new sun.lwawt.macosx.CPlatformResponder
            dup
            aload 2 /* peer */
            iconst_1
            invokespecial sun.lwawt.macosx.CPlatformResponder.<init>:(Lsun/lwawt/PlatformEventNotifier;Z)V
            putfield sun.lwawt.macosx.CEmbeddedFrame.responder:Lsun/lwawt/macosx/CPlatformResponder;
        end local 2 // sun.lwawt.LWWindowPeer peer
        end local 1 // sun.lwawt.macosx.LWCToolkit toolkit
         5: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.awt.EmbeddedFrame.addNotify:()V
         6: .line 56
            return
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/lwawt/macosx/CEmbeddedFrame;
            2    5     1  toolkit  Lsun/lwawt/macosx/LWCToolkit;
            3    5     2     peer  Lsun/lwawt/LWWindowPeer;

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

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

  protected long getLayerPtr();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
         0: .line 63
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.getPeer:()Ljava/awt/peer/ComponentPeer;
            checkcast sun.lwawt.LWWindowPeer
            astore 1 /* peer */
        start local 1 // sun.lwawt.LWWindowPeer peer
         1: .line 64
            aload 1 /* peer */
            invokevirtual sun.lwawt.LWWindowPeer.getLayerPtr:()J
            lreturn
        end local 1 // sun.lwawt.LWWindowPeer peer
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CEmbeddedFrame;
            1    2     1  peer  Lsun/lwawt/LWWindowPeer;

  public void handleMouseEvent(int, int, double, double, int, int);
    descriptor: (IIDDII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=14, args_size=7
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
        start local 1 // int eventType
        start local 2 // int modifierFlags
        start local 3 // double pluginX
        start local 5 // double pluginY
        start local 7 // int buttonNumber
        start local 8 // int clickCount
         0: .line 73
            dload 3 /* pluginX */
            d2i
            istore 9 /* x */
        start local 9 // int x
         1: .line 74
            dload 5 /* pluginY */
            d2i
            istore 10 /* y */
        start local 10 // int y
         2: .line 75
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.getLocationOnScreen:()Ljava/awt/Point;
            astore 11 /* locationOnScreen */
        start local 11 // java.awt.Point locationOnScreen
         3: .line 76
            aload 11 /* locationOnScreen */
            getfield java.awt.Point.x:I
            iload 9 /* x */
            iadd
            istore 12 /* screenX */
        start local 12 // int screenX
         4: .line 77
            aload 11 /* locationOnScreen */
            getfield java.awt.Point.y:I
            iload 10 /* y */
            iadd
            istore 13 /* screenY */
        start local 13 // int screenY
         5: .line 79
            iload 1 /* eventType */
            iconst_5
            if_icmpne 8
         6: .line 80
            iconst_1
            invokestatic sun.lwawt.macosx.CCursorManager.nativeSetAllowsCursorSetInBackground:(Z)V
         7: .line 81
            goto 10
      StackMap locals: sun.lwawt.macosx.CEmbeddedFrame int int double double int int int int java.awt.Point int int
      StackMap stack:
         8: iload 1 /* eventType */
            bipush 6
            if_icmpne 10
         9: .line 82
            iconst_0
            invokestatic sun.lwawt.macosx.CCursorManager.nativeSetAllowsCursorSetInBackground:(Z)V
        10: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.responder:Lsun/lwawt/macosx/CPlatformResponder;
            iload 1 /* eventType */
            iload 2 /* modifierFlags */
            iload 7 /* buttonNumber */
        11: .line 86
            iload 8 /* clickCount */
            iload 9 /* x */
            iload 10 /* y */
            iload 12 /* screenX */
            iload 13 /* screenY */
        12: .line 85
            invokevirtual sun.lwawt.macosx.CPlatformResponder.handleMouseEvent:(IIIIIIII)V
        13: .line 87
            return
        end local 13 // int screenY
        end local 12 // int screenX
        end local 11 // java.awt.Point locationOnScreen
        end local 10 // int y
        end local 9 // int x
        end local 8 // int clickCount
        end local 7 // int buttonNumber
        end local 5 // double pluginY
        end local 3 // double pluginX
        end local 2 // int modifierFlags
        end local 1 // int eventType
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lsun/lwawt/macosx/CEmbeddedFrame;
            0   14     1         eventType  I
            0   14     2     modifierFlags  I
            0   14     3           pluginX  D
            0   14     5           pluginY  D
            0   14     7      buttonNumber  I
            0   14     8        clickCount  I
            1   14     9                 x  I
            2   14    10                 y  I
            3   14    11  locationOnScreen  Ljava/awt/Point;
            4   14    12           screenX  I
            5   14    13           screenY  I
    MethodParameters:
               Name  Flags
      eventType      
      modifierFlags  
      pluginX        
      pluginY        
      buttonNumber   
      clickCount     

  public void handleScrollEvent(double, double, int, double, double, double);
    descriptor: (DDIDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=14, args_size=7
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
        start local 1 // double pluginX
        start local 3 // double pluginY
        start local 5 // int modifierFlags
        start local 6 // double deltaX
        start local 8 // double deltaY
        start local 10 // double deltaZ
         0: .line 91
            dload 1 /* pluginX */
            d2i
            istore 12 /* x */
        start local 12 // int x
         1: .line 92
            dload 3 /* pluginY */
            d2i
            istore 13 /* y */
        start local 13 // int y
         2: .line 94
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.responder:Lsun/lwawt/macosx/CPlatformResponder;
            iload 12 /* x */
            iload 13 /* y */
            iload 5 /* modifierFlags */
            dload 6 /* deltaX */
            dload 8 /* deltaY */
            iconst_1
            invokevirtual sun.lwawt.macosx.CPlatformResponder.handleScrollEvent:(IIIDDI)V
         3: .line 95
            return
        end local 13 // int y
        end local 12 // int x
        end local 10 // double deltaZ
        end local 8 // double deltaY
        end local 6 // double deltaX
        end local 5 // int modifierFlags
        end local 3 // double pluginY
        end local 1 // double pluginX
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/lwawt/macosx/CEmbeddedFrame;
            0    4     1        pluginX  D
            0    4     3        pluginY  D
            0    4     5  modifierFlags  I
            0    4     6         deltaX  D
            0    4     8         deltaY  D
            0    4    10         deltaZ  D
            1    4    12              x  I
            2    4    13              y  I
    MethodParameters:
               Name  Flags
      pluginX        
      pluginY        
      modifierFlags  
      deltaX         
      deltaY         
      deltaZ         

  public void handleKeyEvent(int, int, java.lang.String, java.lang.String, boolean, short, boolean);
    descriptor: (IILjava/lang/String;Ljava/lang/String;ZSZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
        start local 1 // int eventType
        start local 2 // int modifierFlags
        start local 3 // java.lang.String characters
        start local 4 // java.lang.String charsIgnoringMods
        start local 5 // boolean isRepeat
        start local 6 // short keyCode
        start local 7 // boolean needsKeyTyped
         0: .line 100
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.responder:Lsun/lwawt/macosx/CPlatformResponder;
            iload 1 /* eventType */
            iload 2 /* modifierFlags */
            aload 3 /* characters */
            aload 4 /* charsIgnoringMods */
         1: .line 101
            iload 6 /* keyCode */
            iload 7 /* needsKeyTyped */
            iload 5 /* isRepeat */
         2: .line 100
            invokevirtual sun.lwawt.macosx.CPlatformResponder.handleKeyEvent:(IILjava/lang/String;Ljava/lang/String;SZZ)V
         3: .line 102
            return
        end local 7 // boolean needsKeyTyped
        end local 6 // short keyCode
        end local 5 // boolean isRepeat
        end local 4 // java.lang.String charsIgnoringMods
        end local 3 // java.lang.String characters
        end local 2 // int modifierFlags
        end local 1 // int eventType
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lsun/lwawt/macosx/CEmbeddedFrame;
            0    4     1          eventType  I
            0    4     2      modifierFlags  I
            0    4     3         characters  Ljava/lang/String;
            0    4     4  charsIgnoringMods  Ljava/lang/String;
            0    4     5           isRepeat  Z
            0    4     6            keyCode  S
            0    4     7      needsKeyTyped  Z
    MethodParameters:
                   Name  Flags
      eventType          
      modifierFlags      
      characters         
      charsIgnoringMods  
      isRepeat           
      keyCode            
      needsKeyTyped      

  public void handleInputEvent(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
        start local 1 // java.lang.String text
         0: .line 105
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.responder:Lsun/lwawt/macosx/CPlatformResponder;
            aload 1 /* text */
            invokevirtual sun.lwawt.macosx.CPlatformResponder.handleInputEvent:(Ljava/lang/String;)V
         1: .line 106
            return
        end local 1 // java.lang.String text
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CEmbeddedFrame;
            0    2     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public void handleFocusEvent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
        start local 1 // boolean focused
         0: .line 111
            getstatic sun.lwawt.macosx.CEmbeddedFrame.classLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 114
            iload 1 /* focused */
            ifeq 2
            aload 0 /* this */
            goto 4
         2: .line 115
      StackMap locals: java.lang.Object
      StackMap stack:
            getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
            aload 0 /* this */
            if_acmpne 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
         4: .line 114
      StackMap locals:
      StackMap stack: sun.lwawt.macosx.CEmbeddedFrame
            putstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
         5: .line 111
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 117
      StackMap locals:
      StackMap stack:
            getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
            aload 0 /* this */
            if_acmpne 12
        10: .line 122
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            invokevirtual java.awt.Toolkit.getSystemClipboard:()Ljava/awt/datatransfer/Clipboard;
            checkcast sun.lwawt.macosx.CClipboard
            astore 2 /* clipboard */
        start local 2 // sun.lwawt.macosx.CClipboard clipboard
        11: .line 123
            aload 2 /* clipboard */
            invokevirtual sun.lwawt.macosx.CClipboard.checkPasteboardAndNotify:()V
        end local 2 // sun.lwawt.macosx.CClipboard clipboard
        12: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.parentWindowActive:Z
            ifeq 14
        13: .line 126
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.responder:Lsun/lwawt/macosx/CPlatformResponder;
            iload 1 /* focused */
            aconst_null
            invokevirtual sun.lwawt.macosx.CPlatformResponder.handleWindowFocusEvent:(ZLsun/lwawt/LWWindowPeer;)V
        14: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean focused
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lsun/lwawt/macosx/CEmbeddedFrame;
            0   15     1    focused  Z
           11   12     2  clipboard  Lsun/lwawt/macosx/CClipboard;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
         Name  Flags
      focused  

  public void handleWindowFocusEvent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
        start local 1 // boolean parentWindowActive
         0: .line 147
            aload 0 /* this */
            iload 1 /* parentWindowActive */
            putfield sun.lwawt.macosx.CEmbeddedFrame.parentWindowActive:Z
         1: .line 150
            getstatic sun.lwawt.macosx.CEmbeddedFrame.classLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         2: .line 151
            iload 1 /* parentWindowActive */
            ifne 4
         3: .line 152
            aload 0 /* this */
            getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
            putfield sun.lwawt.macosx.CEmbeddedFrame.browserWindowFocusedApplet:Lsun/lwawt/macosx/CEmbeddedFrame;
         4: .line 154
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 1 /* parentWindowActive */
            ifeq 8
            getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
            aload 0 /* this */
            if_acmpeq 8
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.isParentWindowChanged:()Z
            ifeq 8
         5: .line 158
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.browserWindowFocusedApplet:Lsun/lwawt/macosx/CEmbeddedFrame;
            ifnull 6
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.browserWindowFocusedApplet:Lsun/lwawt/macosx/CEmbeddedFrame;
            goto 7
         6: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         7: .line 158
      StackMap locals:
      StackMap stack: sun.lwawt.macosx.CEmbeddedFrame
            putstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
         8: .line 150
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 162
      StackMap locals:
      StackMap stack:
            getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
            aload 0 /* this */
            if_acmpne 14
        13: .line 163
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.responder:Lsun/lwawt/macosx/CPlatformResponder;
            iload 1 /* parentWindowActive */
            aconst_null
            invokevirtual sun.lwawt.macosx.CPlatformResponder.handleWindowFocusEvent:(ZLsun/lwawt/LWWindowPeer;)V
        14: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean parentWindowActive
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lsun/lwawt/macosx/CEmbeddedFrame;
            0   15     1  parentWindowActive  Z
      Exception table:
        from    to  target  type
           2     9      10  any
          10    11      10  any
    MethodParameters:
                    Name  Flags
      parentWindowActive  

  public boolean isParentWindowActive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
         0: .line 168
            aload 0 /* this */
            getfield sun.lwawt.macosx.CEmbeddedFrame.parentWindowActive:Z
            ireturn
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CEmbeddedFrame;

  private boolean isParentWindowChanged();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
         0: .line 174
            getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
            ifnull 2
            getstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.isParentWindowActive:()Z
            ifeq 1
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/macosx/CEmbeddedFrame;

  public void synthesizeWindowActivation(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame this
        start local 1 // boolean doActivate
         0: .line 178
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.isParentWindowActive:()Z
            iload 1 /* doActivate */
            if_icmpeq 2
         1: .line 179
            aload 0 /* this */
            iload 1 /* doActivate */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.handleWindowFocusEvent:(Z)V
         2: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean doActivate
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/lwawt/macosx/CEmbeddedFrame;
            0    3     1  doActivate  Z
    MethodParameters:
            Name  Flags
      doActivate  

  public static void updateGlobalFocusedWindow(sun.lwawt.macosx.CEmbeddedFrame);
    descriptor: (Lsun/lwawt/macosx/CEmbeddedFrame;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.lwawt.macosx.CEmbeddedFrame newGlobalFocusedWindow
         0: .line 184
            getstatic sun.lwawt.macosx.CEmbeddedFrame.classLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 185
            aload 0 /* newGlobalFocusedWindow */
            invokevirtual sun.lwawt.macosx.CEmbeddedFrame.isParentWindowActive:()Z
            ifeq 3
         2: .line 186
            aload 0 /* newGlobalFocusedWindow */
            putstatic sun.lwawt.macosx.CEmbeddedFrame.globalFocusedWindow:Lsun/lwawt/macosx/CEmbeddedFrame;
         3: .line 184
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.lwawt.macosx.CEmbeddedFrame newGlobalFocusedWindow
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0  newGlobalFocusedWindow  Lsun/lwawt/macosx/CEmbeddedFrame;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
                        Name  Flags
      newGlobalFocusedWindow  
}
SourceFile: "CEmbeddedFrame.java"