public final class com.sun.javafx.webkit.theme.ScrollBarWidget extends javafx.scene.control.ScrollBar implements com.sun.javafx.webkit.theme.RenderThemeImpl$Widget
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.webkit.theme.ScrollBarWidget
  super_class: javafx.scene.control.ScrollBar
{
  private com.sun.javafx.webkit.theme.ScrollBarThemeImpl sbtImpl;
    descriptor: Lcom/sun/javafx/webkit/theme/ScrollBarThemeImpl;
    flags: (0x0002) ACC_PRIVATE

  private boolean thicknessInitialized;
    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 35
            new com.sun.javafx.webkit.theme.ScrollBarWidget$1
            dup
            invokespecial com.sun.javafx.webkit.theme.ScrollBarWidget$1.<init>:()V
            invokestatic com.sun.javafx.webkit.theme.ScrollBarWidgetHelper.setScrollBarWidgetAccessor:(Lcom/sun/javafx/webkit/theme/ScrollBarWidgetHelper$ScrollBarWidgetAccessor;)V
         1: .line 41
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.javafx.webkit.theme.ScrollBarThemeImpl);
    descriptor: (Lcom/sun/javafx/webkit/theme/ScrollBarThemeImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
        start local 1 // com.sun.javafx.webkit.theme.ScrollBarThemeImpl sbtImpl
         0: .line 50
            aload 0 /* this */
            invokespecial javafx.scene.control.ScrollBar.<init>:()V
         1: .line 47
            aload 0 /* this */
            invokestatic com.sun.javafx.webkit.theme.ScrollBarWidgetHelper.initHelper:(Lcom/sun/javafx/webkit/theme/ScrollBarWidget;)V
         2: .line 75
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.webkit.theme.ScrollBarWidget.thicknessInitialized:Z
         3: .line 51
            aload 0 /* this */
            aload 1 /* sbtImpl */
            putfield com.sun.javafx.webkit.theme.ScrollBarWidget.sbtImpl:Lcom/sun/javafx/webkit/theme/ScrollBarThemeImpl;
         4: .line 52
            aload 0 /* this */
            getstatic javafx.geometry.Orientation.VERTICAL:Ljavafx/geometry/Orientation;
            invokevirtual com.sun.javafx.webkit.theme.ScrollBarWidget.setOrientation:(Ljavafx/geometry/Orientation;)V
         5: .line 53
            aload 0 /* this */
            dconst_0
            invokevirtual com.sun.javafx.webkit.theme.ScrollBarWidget.setMin:(D)V
         6: .line 54
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.javafx.webkit.theme.ScrollBarWidget.setManaged:(Z)V
         7: .line 55
            return
        end local 1 // com.sun.javafx.webkit.theme.ScrollBarThemeImpl sbtImpl
        end local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/javafx/webkit/theme/ScrollBarWidget;
            0    8     1  sbtImpl  Lcom/sun/javafx/webkit/theme/ScrollBarThemeImpl;
    MethodParameters:
         Name  Flags
      sbtImpl  

  private void doUpdatePeer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.theme.ScrollBarWidget.initializeThickness:()V
         1: .line 62
            return
        end local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/webkit/theme/ScrollBarWidget;

  public com.sun.javafx.webkit.theme.RenderThemeImpl$WidgetType getType();
    descriptor: ()Lcom/sun/javafx/webkit/theme/RenderThemeImpl$WidgetType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
         0: .line 66
            getstatic com.sun.javafx.webkit.theme.RenderThemeImpl$WidgetType.SCROLLBAR:Lcom/sun/javafx/webkit/theme/RenderThemeImpl$WidgetType;
            areturn
        end local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/webkit/theme/ScrollBarWidget;

  protected void layoutChildren();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
         0: .line 71
            aload 0 /* this */
            invokespecial javafx.scene.control.ScrollBar.layoutChildren:()V
         1: .line 72
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.theme.ScrollBarWidget.initializeThickness:()V
         2: .line 73
            return
        end local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/webkit/theme/ScrollBarWidget;

  private void initializeThickness();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.javafx.webkit.theme.ScrollBarWidget.thicknessInitialized:Z
            ifne 8
         1: .line 78
            aload 0 /* this */
            getfield com.sun.javafx.webkit.theme.ScrollBarWidget.sbtImpl:Lcom/sun/javafx/webkit/theme/ScrollBarThemeImpl;
            invokevirtual com.sun.javafx.webkit.theme.ScrollBarThemeImpl.getTestSBRef:()Ljavafx/scene/control/ScrollBar;
            astore 1 /* testSB */
        start local 1 // javafx.scene.control.ScrollBar testSB
         2: .line 79
            aload 1 /* testSB */
            ifnonnull 4
         3: .line 80
            return
         4: .line 82
      StackMap locals: javafx.scene.control.ScrollBar
      StackMap stack:
            aload 1 /* testSB */
            ldc -1.0
            invokevirtual javafx.scene.control.ScrollBar.prefWidth:(D)D
            d2i
            istore 2 /* thickness */
        start local 2 // int thickness
         5: .line 83
            iload 2 /* thickness */
            ifeq 7
            invokestatic com.sun.webkit.graphics.ScrollBarTheme.getThickness:()I
            iload 2 /* thickness */
            if_icmpeq 7
         6: .line 84
            iload 2 /* thickness */
            invokestatic com.sun.webkit.graphics.ScrollBarTheme.setThickness:(I)V
         7: .line 86
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.theme.ScrollBarWidget.thicknessInitialized:Z
        end local 2 // int thickness
        end local 1 // javafx.scene.control.ScrollBar testSB
         8: .line 88
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.webkit.theme.ScrollBarWidget this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/javafx/webkit/theme/ScrollBarWidget;
            2    8     1     testSB  Ljavafx/scene/control/ScrollBar;
            5    8     2  thickness  I
}
SourceFile: "ScrollBarWidget.java"
NestMembers:
  com.sun.javafx.webkit.theme.ScrollBarWidget$1
InnerClasses:
  abstract Widget = com.sun.javafx.webkit.theme.RenderThemeImpl$Widget of com.sun.javafx.webkit.theme.RenderThemeImpl
  final WidgetType = com.sun.javafx.webkit.theme.RenderThemeImpl$WidgetType of com.sun.javafx.webkit.theme.RenderThemeImpl
  com.sun.javafx.webkit.theme.ScrollBarWidget$1
  public abstract ScrollBarWidgetAccessor = com.sun.javafx.webkit.theme.ScrollBarWidgetHelper$ScrollBarWidgetAccessor of com.sun.javafx.webkit.theme.ScrollBarWidgetHelper