Caused by: com.sun.javafx.fxml.PropertyNotFoundException: Static property "type" does not exist or is read-only. at com.sun.javafx.fxml.BeanAdapter.put(BeanAdapter.java:595) at javafx.fxml.FXMLLoader$Element.applyProperty(FXMLLoader.java:508) at javafx.fxml.FXMLLoader$Element.processValue(FXMLLoader.java:357) at javafx.fxml.FXMLLoader$Element.processPropertyAttribute(FXMLLoader.java:319) at javafx.fxml.FXMLLoader$ValueElement.processEndElement(FXMLLoader.java:769) at javafx.fxml.FXMLLoader.processEndElement(FXMLLoader.java:2839) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2532) ... 16 more
Thanks
Adrien Walesch
unread,
May 22, 2015, 7:37:45 AM5/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
As you can see, he is using the ButtonBar.ButtonType="<the_button_type" property, where <the_button_type> is one of those Enum : ButtonBar.ButtonType (JavaFX)