Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Create Interfaces with FXML and JavaFX

Posted By: Landau17
Create Interfaces with FXML and JavaFX

Create Interfaces with FXML and JavaFX
MP4 | Video: 720p | Duration: 1:12:37 | English | Subtitles: VTT | 216.4 MB



FXML is an XML-based language that, in conjunction with the JavaFX framework, allows developers to build user interfaces separate from the application logic. FXML is ideal for rapid prototyping and other scenarios where you need to change the interface without affecting the underlying code. Understand how FXML relates to JavaFX and MVC development, and the benefits of incorporating FXML into your workflow, in this introductory course with staff instructor Peggy Fisher. Learn how to structure basic FXML files, add UI components, react to events, define controllers, and fill out the controller file with methods and FXCollections. Take the challenge exercises issued along the way to test your knowledge and put FXML to practical use.

Topics include:
  • Creating FXML files
  • Adding UI components and event handlers
  • Defining controllers
  • Creating objects with the no-args constructor
  • Using factory methods to create UI objects