Module javafx.fxml
Package javafx.fxml

Class FXMLLoader


  • public class FXMLLoader
    extends Object
    Loads an object hierarchy from an XML document. For more information, see the Introduction to FXML document.
    Since:
    JavaFX 2.0
    • Field Detail

      • DEFAULT_CHARSET_NAME

        public static final String DEFAULT_CHARSET_NAME
        The character set used when character set is not explicitly specified.
        See Also:
        Constant