Short description: XML-based user interface markup language intended for use with JavaFX
FXML| Developed by | Oracle Corporation |
|---|
| Initial release | October 2011 (2011-10) |
|---|
| Type of format | User interface markup language |
|---|
| Extended from | XML |
|---|
FXML is an XML-based user interface markup language created by Oracle Corporation for defining the user interface of a JavaFX 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?>
<Label text="Hello, World!"/>
See also
- Comparison of user interface markup languages
- List of user interface markup languages ยง Java
References
- โ Meyer, David (2011-10-06). "JavaFX 2.0 arrives and heads for open source". ZDNet. http://www.zdnet.co.uk/news/application-development/2011/10/06/javafx-20-arrives-and-heads-for-open-source-40094121/. "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."
- โ Greg Brown (2011-08-15). "Introducing FXML". http://fxexperience.com/wp-content/uploads/2011/08/Introducing-FXML.pdf.
- โ "Introduction to FXML" (in en). 9 October 2013. https://docs.oracle.com/javase/8/javafx/api/javafx/fxml/doc-files/introduction_to_fxml.html. "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."
External links
- FXML tutorial
- Introduction to FXML
List of widget toolkits |
|---|
| Low-level | | On AmigaOS | |
|---|
On Classic Mac OS, macOS | |
|---|
| On Windows | |
|---|
On Unix, under X11 |
- Xlib
- XCB
- X Toolkit Intrinsics, Xt, X-Toolkit
|
|---|
| On BeOS, Haiku | |
|---|
| On cross-platform | |
|---|
| On Android | |
|---|
|
|---|
| High-level | | On AmigaOS |
- BOOPSI
- MUI
- ReAction GUI
- Zune
|
|---|
On Classic Mac OS, macOS | | Object Pascal | |
|---|
Objective-C, Swift | |
|---|
| C++ |
- MacApp (v3)
- PowerPlant
- THINK Class Library
|
|---|
| CLI | |
|---|
|
|---|
| On Windows | | CLI | | Desktop |
- Windows Forms
- XAML (Silverlight, WinRT XAML, WPF)
- XNA Framework
|
|---|
| Web | |
|---|
| Mobile | |
|---|
|
|---|
| C++ | |
|---|
| Object Pascal | |
|---|
|
|---|
On Unix, under X11 |
- Athena (Xaw)
- LessTif
- Motif
- OLIT
- XForms
|
|---|
| On Android | |
|---|
Cross-platform, by language | | C |
- GTK
- IUP
- Tk
- wxC
- XForms
- XVT
|
|---|
| C++ |
- CEGUI
- CLX
- FLTK
- FOX toolkit
- GLUI
- Gtkmm
- JUCE
- Nana
- Qt
- Rogue Wave Views
- TnFOX
- Ultimate++
- VCF
- Wt
- wxWidgets
- YAAF
- SFML
|
|---|
| Objective-C | |
|---|
| CLI | | Desktop |
- Gtk#
- Tao (OpenTK, TaoClassic)
- wx.NET
- UIML.NET
- MonoGame
|
|---|
| Web | |
|---|
| Mobile | |
|---|
|
|---|
| D |
- DFL
- DlangUI
- DWT
- GtkD
- QtD
- wxD
|
|---|
| Flash | |
|---|
| Haskell | |
|---|
| Java | | Desktop |
- AWT
- FXML (JavaFX)
- Qt Jambi
- Swing
- SWT
- wx4j
- jUIML
|
|---|
| Web | |
|---|
| Mobile | |
|---|
|
|---|
| JavaScript |
- Dojo Toolkit
- Echo
- Ext JS
- Google Closure
- jQuery UI
- Qooxdoo
- YUI
|
|---|
| Common Lisp |
- CAPI
- CLIM
- Common Graphics
- Ltk
- McCLIM
|
|---|
| Lua | |
|---|
| Pascal | |
|---|
| Object Pascal | |
|---|
| Perl | |
|---|
| PHP | |
|---|
| Python |
- PyGObject
- PyGTK
- Pyjs
- PyQt
- PySide
- Tkinter
- wxPython
|
|---|
| Ruby |
- Shoes
- FXRuby
- Ruby-GNOME2
- qtbindings
- QtRuby
- wxRuby
|
|---|
| Tcl | |
|---|
| XML |
- GladeXML
- Lively Kernel
- Pyjs
- Rialto Toolkit
- XAML
- XUL
- UXP
- Wt
|
|---|
| shell | |
|---|
|
|---|
|
|---|
 | Original source: https://en.wikipedia.org/wiki/FXML. Read more |