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