.FXML ファイル拡張子
FXML Source Code File
| 開発元 | Oracle |
| 人気度 |
3.8 | 4 票 |
FXMLファイルとは?
Contains code written in the FXML programming language developed by Oracle Corporation; used to create the user interface of a JavaFX 2.0 application; based on XML which uses the .XML file extension.
詳細情報
JavaFX is used to develop rich internet applications and can use FXML to develop its user interfaces as opposed to writing it using procedural code. The FXML files is used alongside .JAVA files to create an application.