Most of the source codes I find on the web about JavaFX show codes with the View and Control layers in one source. So the code that creates the visual components are attached to the methods corresponding to events, ie, layers View and Controller are together. That's not bad, since it is better to develop using MVC architecture?
Why do not prefer web examples separate layers View and Control, ie, use files ".fxml" and controllers in Java classes?
I really liked JavaFX Scene Builder, but there are few examples of web that implement this separation of layers using files ".fxml".
I am Brazilian, sorry the possible english errors. Thank you!