final class javafx.stage.Window$TKBoundsConfigurator implements com.sun.javafx.tk.TKPulseListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: javafx.stage.Window$TKBoundsConfigurator
  super_class: java.lang.Object
{
  private double renderScaleX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double renderScaleY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double x;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double y;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private float xGravity;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float yGravity;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private double windowWidth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double windowHeight;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double clientWidth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double clientHeight;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

  final javafx.stage.Window this$0;
    descriptor: Ljavafx/stage/Window;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
         0: .line 1464
            aload 0 /* this */
            aload 1
            putfield javafx.stage.Window$TKBoundsConfigurator.this$0:Ljavafx/stage/Window;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1465
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.reset:()V
         2: .line 1466
            return
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Window$TKBoundsConfigurator;
    MethodParameters:
        Name  Flags
      this$0  final

  public void setRenderScaleX(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double renderScaleX
         0: .line 1469
            aload 0 /* this */
            dload 1 /* renderScaleX */
            putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleX:D
         1: .line 1470
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         2: .line 1471
            return
        end local 1 // double renderScaleX
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    3     1  renderScaleX  D
    MethodParameters:
              Name  Flags
      renderScaleX  final

  public void setRenderScaleY(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double renderScaleY
         0: .line 1474
            aload 0 /* this */
            dload 1 /* renderScaleY */
            putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleY:D
         1: .line 1475
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         2: .line 1476
            return
        end local 1 // double renderScaleY
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    3     1  renderScaleY  D
    MethodParameters:
              Name  Flags
      renderScaleY  final

  public void setX(double, float);
    descriptor: (DF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double x
        start local 3 // float xGravity
         0: .line 1479
            aload 0 /* this */
            dload 1 /* x */
            putfield javafx.stage.Window$TKBoundsConfigurator.x:D
         1: .line 1480
            aload 0 /* this */
            fload 3 /* xGravity */
            putfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
         2: .line 1481
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         3: .line 1482
            return
        end local 3 // float xGravity
        end local 1 // double x
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    4     1         x  D
            0    4     3  xGravity  F
    MethodParameters:
          Name  Flags
      x         final
      xGravity  final

  public void setY(double, float);
    descriptor: (DF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double y
        start local 3 // float yGravity
         0: .line 1485
            aload 0 /* this */
            dload 1 /* y */
            putfield javafx.stage.Window$TKBoundsConfigurator.y:D
         1: .line 1486
            aload 0 /* this */
            fload 3 /* yGravity */
            putfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
         2: .line 1487
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         3: .line 1488
            return
        end local 3 // float yGravity
        end local 1 // double y
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    4     1         y  D
            0    4     3  yGravity  F
    MethodParameters:
          Name  Flags
      y         final
      yGravity  final

  public void setWindowWidth(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double windowWidth
         0: .line 1491
            aload 0 /* this */
            dload 1 /* windowWidth */
            putfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
         1: .line 1492
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         2: .line 1493
            return
        end local 1 // double windowWidth
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    3     1  windowWidth  D
    MethodParameters:
             Name  Flags
      windowWidth  final

  public void setWindowHeight(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double windowHeight
         0: .line 1496
            aload 0 /* this */
            dload 1 /* windowHeight */
            putfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
         1: .line 1497
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         2: .line 1498
            return
        end local 1 // double windowHeight
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    3     1  windowHeight  D
    MethodParameters:
              Name  Flags
      windowHeight  final

  public void setClientWidth(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double clientWidth
         0: .line 1501
            aload 0 /* this */
            dload 1 /* clientWidth */
            putfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
         1: .line 1502
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         2: .line 1503
            return
        end local 1 // double clientWidth
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    3     1  clientWidth  D
    MethodParameters:
             Name  Flags
      clientWidth  final

  public void setClientHeight(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double clientHeight
         0: .line 1506
            aload 0 /* this */
            dload 1 /* clientHeight */
            putfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
         1: .line 1507
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         2: .line 1508
            return
        end local 1 // double clientHeight
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    3     1  clientHeight  D
    MethodParameters:
              Name  Flags
      clientHeight  final

  public void setLocation(double, double, float, float);
    descriptor: (DDFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double x
        start local 3 // double y
        start local 5 // float xGravity
        start local 6 // float yGravity
         0: .line 1514
            aload 0 /* this */
            dload 1 /* x */
            putfield javafx.stage.Window$TKBoundsConfigurator.x:D
         1: .line 1515
            aload 0 /* this */
            dload 3 /* y */
            putfield javafx.stage.Window$TKBoundsConfigurator.y:D
         2: .line 1516
            aload 0 /* this */
            fload 5 /* xGravity */
            putfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
         3: .line 1517
            aload 0 /* this */
            fload 6 /* yGravity */
            putfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
         4: .line 1518
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         5: .line 1519
            return
        end local 6 // float yGravity
        end local 5 // float xGravity
        end local 3 // double y
        end local 1 // double x
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    6     1         x  D
            0    6     3         y  D
            0    6     5  xGravity  F
            0    6     6  yGravity  F
    MethodParameters:
          Name  Flags
      x         final
      y         final
      xGravity  final
      yGravity  final

  public void setSize(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
        start local 1 // double windowWidth
        start local 3 // double windowHeight
        start local 5 // double clientWidth
        start local 7 // double clientHeight
         0: .line 1525
            aload 0 /* this */
            dload 1 /* windowWidth */
            putfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
         1: .line 1526
            aload 0 /* this */
            dload 3 /* windowHeight */
            putfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
         2: .line 1527
            aload 0 /* this */
            dload 5 /* clientWidth */
            putfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
         3: .line 1528
            aload 0 /* this */
            dload 7 /* clientHeight */
            putfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
         4: .line 1529
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
         5: .line 1530
            return
        end local 7 // double clientHeight
        end local 5 // double clientWidth
        end local 3 // double windowHeight
        end local 1 // double windowWidth
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Ljavafx/stage/Window$TKBoundsConfigurator;
            0    6     1   windowWidth  D
            0    6     3  windowHeight  D
            0    6     5   clientWidth  D
            0    6     7  clientHeight  D
    MethodParameters:
              Name  Flags
      windowWidth   final
      windowHeight  final
      clientWidth   final
      clientHeight  final

  public void apply();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=13, args_size=1
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
         0: .line 1533
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
            ifeq 30
         1: .line 1534
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.this$0:Ljavafx/stage/Window;
            getfield javafx.stage.Window.peer:Lcom/sun/javafx/tk/TKStage;
            ifnonnull 4
         2: .line 1535
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.reset:()V
         3: .line 1536
            return
         4: .line 1541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.x:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 1 /* xSet */
        start local 1 // boolean xSet
         7: .line 1542
            iload 1 /* xSet */
            ifeq 8
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.x:D
            d2f
            goto 9
      StackMap locals: int
      StackMap stack:
         8: fconst_0
      StackMap locals:
      StackMap stack: float
         9: fstore 2 /* newX */
        start local 2 // float newX
        10: .line 1543
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.y:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 11
            iconst_0
            goto 12
      StackMap locals: float
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: istore 3 /* ySet */
        start local 3 // boolean ySet
        13: .line 1544
            iload 3 /* ySet */
            ifeq 14
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.y:D
            d2f
            goto 15
      StackMap locals: int
      StackMap stack:
        14: fconst_0
      StackMap locals:
      StackMap stack: float
        15: fstore 4 /* newY */
        start local 4 // float newY
        16: .line 1545
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
            d2f
            fstore 5 /* newWW */
        start local 5 // float newWW
        17: .line 1546
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
            d2f
            fstore 6 /* newWH */
        start local 6 // float newWH
        18: .line 1547
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
            d2f
            fstore 7 /* newCW */
        start local 7 // float newCW
        19: .line 1548
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
            d2f
            fstore 8 /* newCH */
        start local 8 // float newCH
        20: .line 1549
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
            fstore 9 /* newXG */
        start local 9 // float newXG
        21: .line 1550
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
            fstore 10 /* newYG */
        start local 10 // float newYG
        22: .line 1551
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.renderScaleX:D
            d2f
            fstore 11 /* newRX */
        start local 11 // float newRX
        23: .line 1552
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.renderScaleY:D
            d2f
            fstore 12 /* newRY */
        start local 12 // float newRY
        24: .line 1553
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.reset:()V
        25: .line 1554
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.this$0:Ljavafx/stage/Window;
            getfield javafx.stage.Window.peer:Lcom/sun/javafx/tk/TKStage;
            fload 2 /* newX */
            fload 4 /* newY */
            iload 1 /* xSet */
            iload 3 /* ySet */
        26: .line 1555
            fload 5 /* newWW */
            fload 6 /* newWH */
            fload 7 /* newCW */
            fload 8 /* newCH */
        27: .line 1556
            fload 9 /* newXG */
            fload 10 /* newYG */
        28: .line 1557
            fload 11 /* newRX */
            fload 12 /* newRY */
        29: .line 1554
            invokeinterface com.sun.javafx.tk.TKStage.setBounds:(FFZZFFFFFFFF)V
        end local 12 // float newRY
        end local 11 // float newRX
        end local 10 // float newYG
        end local 9 // float newXG
        end local 8 // float newCH
        end local 7 // float newCW
        end local 6 // float newWH
        end local 5 // float newWW
        end local 4 // float newY
        end local 3 // boolean ySet
        end local 2 // float newX
        end local 1 // boolean xSet
        30: .line 1559
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   31     0   this  Ljavafx/stage/Window$TKBoundsConfigurator;
            7   30     1   xSet  Z
           10   30     2   newX  F
           13   30     3   ySet  Z
           16   30     4   newY  F
           17   30     5  newWW  F
           18   30     6  newWH  F
           19   30     7  newCW  F
           20   30     8  newCH  F
           21   30     9  newXG  F
           22   30    10  newYG  F
           23   30    11  newRX  F
           24   30    12  newRY  F

  public void pulse();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
         0: .line 1563
            aload 0 /* this */
            invokevirtual javafx.stage.Window$TKBoundsConfigurator.apply:()V
         1: .line 1564
            return
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/stage/Window$TKBoundsConfigurator;

  private void reset();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
         0: .line 1567
            aload 0 /* this */
            dconst_0
            putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleX:D
         1: .line 1568
            aload 0 /* this */
            dconst_0
            putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleY:D
         2: .line 1569
            aload 0 /* this */
            ldc NaN
            putfield javafx.stage.Window$TKBoundsConfigurator.x:D
         3: .line 1570
            aload 0 /* this */
            ldc NaN
            putfield javafx.stage.Window$TKBoundsConfigurator.y:D
         4: .line 1571
            aload 0 /* this */
            fconst_0
            putfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
         5: .line 1572
            aload 0 /* this */
            fconst_0
            putfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
         6: .line 1573
            aload 0 /* this */
            ldc -1.0
            putfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
         7: .line 1574
            aload 0 /* this */
            ldc -1.0
            putfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
         8: .line 1575
            aload 0 /* this */
            ldc -1.0
            putfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
         9: .line 1576
            aload 0 /* this */
            ldc -1.0
            putfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
        10: .line 1577
            aload 0 /* this */
            iconst_0
            putfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
        11: .line 1578
            return
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljavafx/stage/Window$TKBoundsConfigurator;

  private void setDirty();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.stage.Window$TKBoundsConfigurator this
         0: .line 1581
            aload 0 /* this */
            getfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
            ifne 3
         1: .line 1582
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.requestNextPulse:()V
         2: .line 1583
            aload 0 /* this */
            iconst_1
            putfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
         3: .line 1585
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.stage.Window$TKBoundsConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/stage/Window$TKBoundsConfigurator;
}
SourceFile: "Window.java"
NestHost: javafx.stage.Window
InnerClasses:
  private final TKBoundsConfigurator = javafx.stage.Window$TKBoundsConfigurator of javafx.stage.Window