FXML
Jump to navigation
Jump to search
| FXML | |
|---|---|
| Internet media type | {{#property:P1163}} |
| Developed by | Oracle Corporation |
| Initial release | October 2011 |
| 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][3][4] FXML presents an alternative to designing user interfaces using procedural code, and allows for abstracting program design from program logic.[5]
<?import javafx.scene.control.Label?>
<Label text="Hello, World!"/>
See also
[edit | edit source]References
[edit | edit source]- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
External links
[edit | edit source]