February 2014
Beginner
1248 pages
62h 25m
English
• To create an app in NetBeans, you must first create a project—a group of related files, such as code files and images that make up an app.
• The NetBeans Projects window provides access to all of your projects. Within a project’s node, the contents are organized into folders and files.
• NetBeans creates three files for a JavaFX FXML Application project: an FXML markup file for the GUI, a file containing the app’s main class and a file containing the app’s controller class.
• To open a project’s FXML file in JavaFX Scene Builder, right click the FXML file in the Projects window, then select Open.
• Layout containers help you arrange GUI components. A VBox arranges its nodes vertically from ...
Read now
Unlock full access