This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
programming:java:javafx [2021/03/21 02:37] nanodano |
programming:java:javafx [2021/03/21 03:44] (current) nanodano |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tags>[Java JavaFX GUI Desktop Mobile]}} | + | {{tag>Java JavaFX GUI Desktop Mobile}} |
====== JavaFX ====== | ====== JavaFX ====== | ||
- | This covers how to download and prepare [[JavaFX|JavaFX]] and build a simple Hello World application. | + | JavaFX |
- | The official documentation is available at [[https:// | + | |
===== Setup ===== | ===== Setup ===== | ||
Line 14: | Line 13: | ||
* Scene Builder (Optional) | * Scene Builder (Optional) | ||
- | Download the JavaFX Modules from [[https:// | + | Download the JavaFX Modules from [[https:// |
===== Hello World ===== | ===== Hello World ===== | ||
- | There are examples available at [[https:// | + | |
+ | There are a few helpful resources to get started: | ||
+ | |||
+ | * Examples on GitHub | ||
+ | * Running from the CLI [[https:// | ||
+ | * Run HelloWorld using Maven [[https:// | ||
+ | |||
+ | Here is a simple Hello World example: | ||
<code java HelloFX.java> | <code java HelloFX.java> |