-
Enhancement
-
Resolution: Fixed
-
P4
-
fx2.1
-
Windows 7 64bit, JDK 1.7.0_04 beta 64bit, JavaFX 2.1 beta15 64bit
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.