Hello,
I have been trying to get your example code for the FXML howto working on the wiki. The first problem I see is this:
Parent root = fxmlloader.load(getClass().getResource("/fxml/Scene.fxml"));
It looks like it returns a "Result" vs a Parent. Is this example non longer how you do this?