It isproposed that this article be deleted because of the following concern:
If you can address this concern byimproving,copyediting,sourcing,renaming, ormerging the page,pleaseedit this page and do so.You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed,do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 00:22, 23 March 2025 (UTC). Find sources: "FXML" – news ·newspapers ·books ·scholar ·JSTOR PROD Expired+%5B%5BWP%3APROD%7CPROD%5D%5D%2C+concern+was%3A+Fails+%5B%5BWP%3ANSOFT%5D%5D Expired [[WP:PROD|prod]], concern was: FailsWP:NSOFT Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|FXML|concern=Fails [[WP:NSOFT]]}} ~~~~ |
Developed by | Oracle Corporation |
---|---|
Initial release | October 2011 (2011-10) |
Type of format | User interface markup language |
Extended from | XML |
FXML is anXML-baseduser interface markup language created byOracle Corporation for defining theuser interface of aJavaFX application.[1][2]FXML presents an alternative to designing user interfaces using procedural code, and allows for abstracting program design from program logic.[3]
<?import javafx.scene.control.Label?><Labeltext="Hello, World!"/>
The update introduces a new XML-based markup language called FXML, which is aimed at defining user interfaces. Other scripting languages, such as Groovy, JRuby and Scala, can also be used to write apps in JavaFX 2.0, as can the Java development tools NetBeans and Eclipse.
FXML is a scriptable, XML-based markup language for constructing Java object graphs. It provides a convenient alternative to constructing such graphs in procedural code, and is ideally suited to defining the user interface of a JavaFX application, since the hierarchical structure of an XML document closely parallels the structure of the JavaFX scene graph.
![]() | Thismarkup language article is astub. You can help Wikipedia byexpanding it. |