javafx.fxml.FXMLLoader logException SEVERE: Page language not specified
909645May 16 2012 — edited Dec 15 2012Hi all,
I'm doing example on Oracle website http://docs.oracle.com/javafx/2/get_started/fxml_tutorial.htm#CHDDBEGD and used scene builder for the fxml.
When i execute the class i get this error
javafx.fxml.FXMLLoader logException SEVERE: Page language not specified
Then i copied the code for the fxml file from Oracle website and application worked!!
I'm trying to understand why the scene builder code triggered an exception?
The difference between the scene builder fxml file and the one on oracle website is the scene builder code has <Anchor Pane> while code on Oracle website has <GridPane>? I couldn't figure out how to delete Anchor Pane in scene builder and replace with Grid Pane?
Your insight is appreciated.
Thanks.