From the course: Learning JavaFX GUI Development

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Create a simple JavaFX program

Create a simple JavaFX program

From the course: Learning JavaFX GUI Development

Start my 1-month free trial

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 window. Note, I do want to mention that it is possible to change the…

Contents