class com.sun.webkit.WCWidget
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.webkit.WCWidget
  super_class: java.lang.Object
{
  private static final com.sun.javafx.logging.PlatformLogger log;
    descriptor: Lcom/sun/javafx/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

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

  private final com.sun.webkit.WebPage page;
    descriptor: Lcom/sun/webkit/WebPage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 33
            ldc Lcom/sun/webkit/WCWidget;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic com.sun.javafx.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lcom/sun/javafx/logging/PlatformLogger;
            putstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
         1: .line 36
            invokestatic com.sun.webkit.WCWidget.initIDs:()V
         2: .line 37
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.webkit.WebPage);
    descriptor: (Lcom/sun/webkit/WebPage;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // com.sun.webkit.WebPage page
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* page */
            putfield com.sun.webkit.WCWidget.page:Lcom/sun/webkit/WebPage;
         2: .line 47
            return
        end local 1 // com.sun.webkit.WebPage page
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/webkit/WCWidget;
            0    3     1  page  Lcom/sun/webkit/WebPage;
    MethodParameters:
      Name  Flags
      page  

  com.sun.webkit.WebPage getPage();
    descriptor: ()Lcom/sun/webkit/WebPage;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCWidget this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.webkit.WCWidget.page:Lcom/sun/webkit/WebPage;
            areturn
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/WCWidget;

  com.sun.webkit.graphics.WCRectangle getBounds();
    descriptor: ()Lcom/sun/webkit/graphics/WCRectangle;
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCWidget this
         0: .line 54
            new com.sun.webkit.graphics.WCRectangle
            dup
            aload 0 /* this */
            getfield com.sun.webkit.WCWidget.x:I
            i2f
            aload 0 /* this */
            getfield com.sun.webkit.WCWidget.y:I
            i2f
            aload 0 /* this */
            getfield com.sun.webkit.WCWidget.width:I
            i2f
            aload 0 /* this */
            getfield com.sun.webkit.WCWidget.height:I
            i2f
            invokespecial com.sun.webkit.graphics.WCRectangle.<init>:(FFFF)V
            areturn
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/WCWidget;

  void setBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 58
            aload 0 /* this */
            iload 1 /* x */
            putfield com.sun.webkit.WCWidget.x:I
         1: .line 59
            aload 0 /* this */
            iload 2 /* y */
            putfield com.sun.webkit.WCWidget.y:I
         2: .line 60
            aload 0 /* this */
            iload 3 /* width */
            putfield com.sun.webkit.WCWidget.width:I
         3: .line 61
            aload 0 /* this */
            iload 4 /* height */
            putfield com.sun.webkit.WCWidget.height:I
         4: .line 62
            return
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/webkit/WCWidget;
            0    5     1       x  I
            0    5     2       y  I
            0    5     3   width  I
            0    5     4  height  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  protected void destroy();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCWidget this
         0: .line 64
            return
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/WCWidget;

  protected void requestFocus();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCWidget this
         0: .line 66
            return
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/WCWidget;

  protected void setCursor(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // long cursorID
         0: .line 68
            return
        end local 1 // long cursorID
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/webkit/WCWidget;
            0    1     1  cursorID  J
    MethodParameters:
          Name  Flags
      cursorID  

  protected void setVisible(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // boolean visible
         0: .line 70
            return
        end local 1 // boolean visible
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/webkit/WCWidget;
            0    1     1  visible  Z
    MethodParameters:
         Name  Flags
      visible  

  private void fwkDestroy();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCWidget this
         0: .line 73
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "destroy"
            invokevirtual com.sun.javafx.logging.PlatformLogger.finer:(Ljava/lang/String;)V
         1: .line 74
            aload 0 /* this */
            invokevirtual com.sun.webkit.WCWidget.destroy:()V
         2: .line 75
            return
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/webkit/WCWidget;

  private void fwkSetBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 78
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINER:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 79
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "setBounds({0}, {1}, {2}, {3})"
         2: .line 80
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* x */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* y */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 3 /* w */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            iload 4 /* h */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 79
            invokevirtual com.sun.javafx.logging.PlatformLogger.finer:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual com.sun.webkit.WCWidget.setBounds:(IIII)V
         5: .line 83
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/webkit/WCWidget;
            0    6     1     x  I
            0    6     2     y  I
            0    6     3     w  I
            0    6     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  private void fwkRequestFocus();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCWidget this
         0: .line 86
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "requestFocus"
            invokevirtual com.sun.javafx.logging.PlatformLogger.finer:(Ljava/lang/String;)V
         1: .line 87
            aload 0 /* this */
            invokevirtual com.sun.webkit.WCWidget.requestFocus:()V
         2: .line 88
            return
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/webkit/WCWidget;

  private void fwkSetCursor(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // long cursorID
         0: .line 91
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINER:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 92
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "setCursor({0})"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            lload 1 /* cursorID */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokevirtual com.sun.javafx.logging.PlatformLogger.finer:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* cursorID */
            invokevirtual com.sun.webkit.WCWidget.setCursor:(J)V
         3: .line 95
            return
        end local 1 // long cursorID
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/webkit/WCWidget;
            0    4     1  cursorID  J
    MethodParameters:
          Name  Flags
      cursorID  

  private void fwkSetVisible(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // boolean visible
         0: .line 98
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINER:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 99
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "setVisible({0})"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* visible */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokevirtual com.sun.javafx.logging.PlatformLogger.finer:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* visible */
            invokevirtual com.sun.webkit.WCWidget.setVisible:(Z)V
         3: .line 102
            return
        end local 1 // boolean visible
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/webkit/WCWidget;
            0    4     1  visible  Z
    MethodParameters:
         Name  Flags
      visible  

  protected int fwkGetScreenDepth();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.webkit.WCWidget this
         0: .line 105
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "getScreenDepth"
            invokevirtual com.sun.javafx.logging.PlatformLogger.finer:(Ljava/lang/String;)V
         1: .line 106
            aload 0 /* this */
            getfield com.sun.webkit.WCWidget.page:Lcom/sun/webkit/WebPage;
            invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
            astore 1 /* pageClient */
        start local 1 // com.sun.webkit.WebPageClient pageClient
         2: .line 107
            aload 1 /* pageClient */
            ifnull 4
         3: .line 108
            aload 1 /* pageClient */
            invokeinterface com.sun.webkit.WebPageClient.getScreenDepth:()I
            goto 5
         4: .line 109
      StackMap locals: com.sun.webkit.WebPageClient
      StackMap stack:
            bipush 24
         5: .line 107
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // com.sun.webkit.WebPageClient pageClient
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/webkit/WCWidget;
            2    6     1  pageClient  Lcom/sun/webkit/WebPageClient;

  protected com.sun.webkit.graphics.WCRectangle fwkGetScreenRect(boolean);
    descriptor: (Z)Lcom/sun/webkit/graphics/WCRectangle;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.webkit.WCWidget this
        start local 1 // boolean available
         0: .line 113
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINER:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 114
            getstatic com.sun.webkit.WCWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "getScreenRect({0})"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* available */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokevirtual com.sun.javafx.logging.PlatformLogger.finer:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.webkit.WCWidget.page:Lcom/sun/webkit/WebPage;
            invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
            astore 2 /* pageClient */
        start local 2 // com.sun.webkit.WebPageClient pageClient
         3: .line 117
            aload 2 /* pageClient */
            ifnull 5
         4: .line 118
            aload 2 /* pageClient */
            iload 1 /* available */
            invokeinterface com.sun.webkit.WebPageClient.getScreenBounds:(Z)Lcom/sun/webkit/graphics/WCRectangle;
            goto 6
         5: .line 119
      StackMap locals: com.sun.webkit.WebPageClient
      StackMap stack:
            aconst_null
         6: .line 117
      StackMap locals:
      StackMap stack: com.sun.webkit.graphics.WCRectangle
            areturn
        end local 2 // com.sun.webkit.WebPageClient pageClient
        end local 1 // boolean available
        end local 0 // com.sun.webkit.WCWidget this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/webkit/WCWidget;
            0    7     1   available  Z
            3    7     2  pageClient  Lcom/sun/webkit/WebPageClient;
    MethodParameters:
           Name  Flags
      available  

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
}
SourceFile: "WCWidget.java"
InnerClasses:
  public final Level = com.sun.javafx.logging.PlatformLogger$Level of com.sun.javafx.logging.PlatformLogger