I found this in javafxgui/src/com/sun/javafx/stage/StageDelegate.fx
:
public-read protected var x = bind stage.x on replace {
if (debug) println("StageDelegate.x onreplace: {x}");
}
:
public-read protected var x = bind stage.x on replace {
if (debug) println("StageDelegate.x onreplace: {x}");
}