From the course: Learning JavaFX GUI Development
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Create a simple JavaFX program
From the course: Learning JavaFX GUI Development
Create a simple JavaFX program
- [Voiceover] At this point, you should already have downloaded an integrated development environment of your choice. And be familiar with using this IDE. For this series, I'm using NetBeans. Which is available at NetBeans.org But, if you prefer Eclipse, or BlueJ, which are also free, interactive Java development environments, that is fine and the examples are easily adapted to those environments. If you need help downloading an integrated development environment, please see my video series Up and Running with Java. For those of you who have used a textbook to learn any kind of coding, you're probably very familiar with the Hello World! application. It is interesting to see that when we create a new JavaFX project in NetBeans, the default template includes the code for a simple Hello World! application. This example creates a button control in a window, that when clicked, displays "Hello World!" in the output…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.