Details
Description
The content property of the Tab control should be tagged with @DefaultProperty so it could be used in FXML without having to define a <content></content> element.
Currently the following error is raised when loading a FXML containing a Tab control without a <content></content> element.
javafx.fxml.FXMLLoader logException
SEVERE: Element does not define a default property.
Currently the following error is raised when loading a FXML containing a Tab control without a <content></content> element.
javafx.fxml.FXMLLoader logException
SEVERE: Element does not define a default property.