public class sun.awt.windows.WEmbeddedFrame extends sun.awt.EmbeddedFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.windows.WEmbeddedFrame
  super_class: sun.awt.EmbeddedFrame
{
  private long handle;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int bandWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bandHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int imgWid;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int imgHgt;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final int MAX_BAND_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 30720

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 41
            invokestatic sun.awt.windows.WEmbeddedFrame.initIDs:()V
         1: .line 51
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.windows.WEmbeddedFrame this
         0: .line 54
            aload 0 /* this */
            lconst_0
            invokespecial sun.awt.windows.WEmbeddedFrame.<init>:(J)V
         1: .line 55
            return
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WEmbeddedFrame;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.windows.WEmbeddedFrame this
        start local 1 // int handle
         0: .line 62
            aload 0 /* this */
            iload 1 /* handle */
            i2l
            invokespecial sun.awt.windows.WEmbeddedFrame.<init>:(J)V
         1: .line 63
            return
        end local 1 // int handle
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/windows/WEmbeddedFrame;
            0    2     1  handle  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      handle  

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.windows.WEmbeddedFrame this
        start local 1 // long handle
         0: .line 65
            aload 0 /* this */
            invokespecial sun.awt.EmbeddedFrame.<init>:()V
         1: .line 46
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
         2: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
         3: .line 48
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WEmbeddedFrame.imgWid:I
         4: .line 49
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WEmbeddedFrame.imgHgt:I
         5: .line 66
            aload 0 /* this */
            lload 1 /* handle */
            putfield sun.awt.windows.WEmbeddedFrame.handle:J
         6: .line 67
            lload 1 /* handle */
            lconst_0
            lcmp
            ifeq 9
         7: .line 68
            aload 0 /* this */
            invokevirtual sun.awt.windows.WEmbeddedFrame.addNotify:()V
         8: .line 69
            aload 0 /* this */
            invokevirtual sun.awt.windows.WEmbeddedFrame.show:()V
         9: .line 71
      StackMap locals: sun.awt.windows.WEmbeddedFrame long
      StackMap stack:
            return
        end local 1 // long handle
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/awt/windows/WEmbeddedFrame;
            0   10     1  handle  J
    MethodParameters:
        Name  Flags
      handle  

  public void addNotify();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.windows.WEmbeddedFrame this
         0: .line 74
            aload 0 /* this */
            invokevirtual sun.awt.windows.WEmbeddedFrame.getPeer:()Ljava/awt/peer/ComponentPeer;
            ifnonnull 3
         1: .line 75
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            checkcast sun.awt.windows.WToolkit
            astore 1 /* toolkit */
        start local 1 // sun.awt.windows.WToolkit toolkit
         2: .line 76
            aload 0 /* this */
            aload 1 /* toolkit */
            aload 0 /* this */
            invokevirtual sun.awt.windows.WToolkit.createEmbeddedFrame:(Lsun/awt/windows/WEmbeddedFrame;)Lsun/awt/windows/WEmbeddedFramePeer;
            invokevirtual sun.awt.windows.WEmbeddedFrame.setPeer:(Ljava/awt/peer/ComponentPeer;)V
        end local 1 // sun.awt.windows.WToolkit toolkit
         3: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.awt.EmbeddedFrame.addNotify:()V
         4: .line 79
            return
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/awt/windows/WEmbeddedFrame;
            2    3     1  toolkit  Lsun/awt/windows/WToolkit;

  public long getEmbedderHandle();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.windows.WEmbeddedFrame this
         0: .line 85
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.handle:J
            lreturn
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WEmbeddedFrame;

  void print(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=13, locals=15, args_size=2
        start local 0 // sun.awt.windows.WEmbeddedFrame this
        start local 1 // long hdc
         0: .line 93
            aconst_null
            astore 3 /* bandImage */
        start local 3 // java.awt.image.BufferedImage bandImage
         1: .line 95
            iconst_1
            istore 4 /* xscale */
        start local 4 // int xscale
         2: .line 96
            iconst_1
            istore 5 /* yscale */
        start local 5 // int yscale
         3: .line 116
            aload 0 /* this */
            lload 1 /* hdc */
            invokevirtual sun.awt.windows.WEmbeddedFrame.isPrinterDC:(J)Z
            ifeq 6
         4: .line 117
            iconst_4
            istore 4 /* xscale */
         5: .line 118
            iconst_4
            istore 5 /* yscale */
         6: .line 121
      StackMap locals: java.awt.image.BufferedImage int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.windows.WEmbeddedFrame.getHeight:()I
            istore 6 /* frameHeight */
        start local 6 // int frameHeight
         7: .line 122
            aload 3 /* bandImage */
            ifnonnull 19
         8: .line 123
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.windows.WEmbeddedFrame.getWidth:()I
            putfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
         9: .line 124
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            iconst_4
            irem
            ifeq 11
        10: .line 125
            aload 0 /* this */
            dup
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            iconst_4
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            iconst_4
            irem
            isub
            iadd
            putfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
        11: .line 127
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            ifgt 13
        12: .line 128
            return
        13: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 30720
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            idiv
            iload 6 /* frameHeight */
            invokestatic java.lang.Math.min:(II)I
            putfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
        14: .line 133
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            iload 4 /* xscale */
            imul
            putfield sun.awt.windows.WEmbeddedFrame.imgWid:I
        15: .line 134
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
            iload 5 /* yscale */
            imul
            putfield sun.awt.windows.WEmbeddedFrame.imgHgt:I
        16: .line 135
            new java.awt.image.BufferedImage
            dup
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.imgWid:I
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.imgHgt:I
        17: .line 136
            iconst_5
        18: .line 135
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            astore 3 /* bandImage */
        19: .line 139
      StackMap locals:
      StackMap stack:
            aload 3 /* bandImage */
            invokevirtual java.awt.image.BufferedImage.getGraphics:()Ljava/awt/Graphics;
            astore 7 /* clearGraphics */
        start local 7 // java.awt.Graphics clearGraphics
        20: .line 140
            aload 7 /* clearGraphics */
            getstatic java.awt.Color.white:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        21: .line 141
            aload 3 /* bandImage */
            invokevirtual java.awt.image.BufferedImage.getGraphics:()Ljava/awt/Graphics;
            checkcast java.awt.Graphics2D
            astore 8 /* g2d */
        start local 8 // java.awt.Graphics2D g2d
        22: .line 142
            aload 8 /* g2d */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.imgHgt:I
            invokevirtual java.awt.Graphics2D.translate:(II)V
        23: .line 143
            aload 8 /* g2d */
            iload 4 /* xscale */
            i2d
            iload 5 /* yscale */
            ineg
            i2d
            invokevirtual java.awt.Graphics2D.scale:(DD)V
        24: .line 145
            aload 3 /* bandImage */
            invokevirtual java.awt.image.BufferedImage.getRaster:()Ljava/awt/image/WritableRaster;
            checkcast sun.awt.image.ByteInterleavedRaster
            astore 9 /* ras */
        start local 9 // sun.awt.image.ByteInterleavedRaster ras
        25: .line 146
            aload 9 /* ras */
            invokevirtual sun.awt.image.ByteInterleavedRaster.getDataStorage:()[B
            astore 10 /* data */
        start local 10 // byte[] data
        26: .line 148
            iconst_0
            istore 11 /* bandTop */
        start local 11 // int bandTop
        27: goto 43
        28: .line 149
      StackMap locals: sun.awt.windows.WEmbeddedFrame long java.awt.image.BufferedImage int int int java.awt.Graphics java.awt.Graphics2D sun.awt.image.ByteInterleavedRaster byte[] int
      StackMap stack:
            aload 7 /* clearGraphics */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        29: .line 151
            aload 0 /* this */
            aload 8 /* g2d */
            invokevirtual sun.awt.windows.WEmbeddedFrame.printComponents:(Ljava/awt/Graphics;)V
        30: .line 152
            iconst_0
            istore 12 /* imageOffset */
        start local 12 // int imageOffset
        31: .line 153
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
            istore 13 /* currBandHeight */
        start local 13 // int currBandHeight
        32: .line 154
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.imgHgt:I
            istore 14 /* currImgHeight */
        start local 14 // int currImgHeight
        33: .line 155
            iload 11 /* bandTop */
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
            iadd
            iload 6 /* frameHeight */
            if_icmple 37
        34: .line 157
            iload 6 /* frameHeight */
            iload 11 /* bandTop */
            isub
            istore 13 /* currBandHeight */
        35: .line 158
            iload 13 /* currBandHeight */
            iload 5 /* yscale */
            imul
            istore 14 /* currImgHeight */
        36: .line 161
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.imgWid:I
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.imgHgt:I
            iload 14 /* currImgHeight */
            isub
            imul
            iconst_3
            imul
            istore 12 /* imageOffset */
        37: .line 164
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            lload 1 /* hdc */
            aload 10 /* data */
            iload 12 /* imageOffset */
        38: .line 165
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.imgWid:I
            iload 14 /* currImgHeight */
        39: .line 166
            iconst_0
            iload 11 /* bandTop */
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandWidth:I
            iload 13 /* currBandHeight */
        40: .line 164
            invokevirtual sun.awt.windows.WEmbeddedFrame.printBand:(J[BIIIIIIIII)V
        41: .line 167
            aload 8 /* g2d */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
            ineg
            invokevirtual java.awt.Graphics2D.translate:(II)V
        end local 14 // int currImgHeight
        end local 13 // int currBandHeight
        end local 12 // int imageOffset
        42: .line 148
            iload 11 /* bandTop */
            aload 0 /* this */
            getfield sun.awt.windows.WEmbeddedFrame.bandHeight:I
            iadd
            istore 11 /* bandTop */
      StackMap locals:
      StackMap stack:
        43: iload 11 /* bandTop */
            iload 6 /* frameHeight */
            if_icmplt 28
        end local 11 // int bandTop
        44: .line 169
            return
        end local 10 // byte[] data
        end local 9 // sun.awt.image.ByteInterleavedRaster ras
        end local 8 // java.awt.Graphics2D g2d
        end local 7 // java.awt.Graphics clearGraphics
        end local 6 // int frameHeight
        end local 5 // int yscale
        end local 4 // int xscale
        end local 3 // java.awt.image.BufferedImage bandImage
        end local 1 // long hdc
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   45     0            this  Lsun/awt/windows/WEmbeddedFrame;
            0   45     1             hdc  J
            1   45     3       bandImage  Ljava/awt/image/BufferedImage;
            2   45     4          xscale  I
            3   45     5          yscale  I
            7   45     6     frameHeight  I
           20   45     7   clearGraphics  Ljava/awt/Graphics;
           22   45     8             g2d  Ljava/awt/Graphics2D;
           25   45     9             ras  Lsun/awt/image/ByteInterleavedRaster;
           26   45    10            data  [B
           27   44    11         bandTop  I
           31   42    12     imageOffset  I
           32   42    13  currBandHeight  I
           33   42    14   currImgHeight  I
    MethodParameters:
      Name  Flags
      hdc   

  protected native boolean isPrinterDC(long);
    descriptor: (J)Z
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE
    MethodParameters:
      Name  Flags
      hdc   

  protected native void printBand(long, byte[], int, int, int, int, int, int, int, int, int);
    descriptor: (J[BIIIIIIIII)V
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE
    MethodParameters:
         Name  Flags
      hdc      
      data     
      offset   
      sx       
      sy       
      swidth   
      sheight  
      dx       
      dy       
      dwidth   
      dheight  

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  public void activateEmbeddingTopLevel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.awt.windows.WEmbeddedFrame this
         0: .line 192
            return
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WEmbeddedFrame;

  public void synthesizeWindowActivation(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.windows.WEmbeddedFrame this
        start local 1 // boolean doActivate
         0: .line 195
            aload 0 /* this */
            invokevirtual sun.awt.windows.WEmbeddedFrame.getPeer:()Ljava/awt/peer/ComponentPeer;
            checkcast sun.awt.windows.WEmbeddedFramePeer
            iload 1 /* doActivate */
            invokevirtual sun.awt.windows.WEmbeddedFramePeer.synthesizeWmActivate:(Z)V
         1: .line 196
            return
        end local 1 // boolean doActivate
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/awt/windows/WEmbeddedFrame;
            0    2     1  doActivate  Z
    MethodParameters:
            Name  Flags
      doActivate  

  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.awt.windows.WEmbeddedFrame this
        start local 1 // java.awt.AWTKeyStroke stroke
         0: .line 197
            return
        end local 1 // java.awt.AWTKeyStroke stroke
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/awt/windows/WEmbeddedFrame;
            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.awt.windows.WEmbeddedFrame this
        start local 1 // java.awt.AWTKeyStroke stroke
         0: .line 198
            return
        end local 1 // java.awt.AWTKeyStroke stroke
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/awt/windows/WEmbeddedFrame;
            0    1     1  stroke  Ljava/awt/AWTKeyStroke;
    MethodParameters:
        Name  Flags
      stroke  

  public void notifyModalBlocked(java.awt.Dialog, boolean);
    descriptor: (Ljava/awt/Dialog;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.awt.windows.WEmbeddedFrame this
        start local 1 // java.awt.Dialog blocker
        start local 2 // boolean blocked
         0: .line 214
            aload 0 /* this */
            aload 0 /* this */
            invokestatic sun.awt.ComponentAccessor.getPeer:(Ljava/awt/Component;)Ljava/awt/peer/ComponentPeer;
            checkcast sun.awt.windows.WEmbeddedFramePeer
         1: .line 215
            aload 1 /* blocker */
            invokestatic sun.awt.ComponentAccessor.getPeer:(Ljava/awt/Component;)Ljava/awt/peer/ComponentPeer;
            checkcast sun.awt.windows.WWindowPeer
         2: .line 216
            iload 2 /* blocked */
         3: .line 214
            invokevirtual sun.awt.windows.WEmbeddedFrame.notifyModalBlockedImpl:(Lsun/awt/windows/WEmbeddedFramePeer;Lsun/awt/windows/WWindowPeer;Z)V
         4: .line 217
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: astore 3 /* z */
        start local 3 // java.lang.Exception z
         6: .line 218
            aload 3 /* z */
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
        end local 3 // java.lang.Exception z
         7: .line 220
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean blocked
        end local 1 // java.awt.Dialog blocker
        end local 0 // sun.awt.windows.WEmbeddedFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/awt/windows/WEmbeddedFrame;
            0    8     1  blocker  Ljava/awt/Dialog;
            0    8     2  blocked  Z
            6    7     3        z  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Exception
    MethodParameters:
         Name  Flags
      blocker  
      blocked  

  native void notifyModalBlockedImpl(sun.awt.windows.WEmbeddedFramePeer, sun.awt.windows.WWindowPeer, boolean);
    descriptor: (Lsun/awt/windows/WEmbeddedFramePeer;Lsun/awt/windows/WWindowPeer;Z)V
    flags: (0x0100) ACC_NATIVE
    MethodParameters:
             Name  Flags
      peer         
      blockerPeer  
      blocked      
}
SourceFile: "WEmbeddedFrame.java"