Английская Википедия:FXML

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Infobox file format

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

References

Шаблон:Reflist

External links

Шаблон:Widget toolkits


Шаблон:Markup-languages-stub