.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.