Difference between revisions of "JavaFX Setup"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | JavaFX is no longer required. | ||
+ | <!-- | ||
=JavaFX 13 Runtime= | =JavaFX 13 Runtime= | ||
<youtube>EzBTDhTTigM</youtube> | <youtube>EzBTDhTTigM</youtube> | ||
Line 8: | Line 10: | ||
==VM Args== | ==VM Args== | ||
− | Paste the | + | # Load Eclipse's Preferences |
+ | # Type "vm" into the filter text box | ||
+ | # Select "Installed JREs" | ||
+ | # Select whichever JRE you are using | ||
+ | # Click the "Edit..." button | ||
+ | # Paste the text from the clipboard to the VM Argument | ||
+ | # Click the "Finish" button | ||
[[File:Java fx preferences.png]] | [[File:Java fx preferences.png]] | ||
Line 15: | Line 23: | ||
==Run FxDemoApp== | ==Run FxDemoApp== | ||
− | test that | + | # Command+Shift+T (Mac) or Control+Shift+T (Windows) "FxDemoApp" |
+ | # Run as Java Program | ||
+ | |||
+ | This program should bring up a graphical user interface with a single button which you can click on to test that JavaFX is working. | ||
+ | |||
+ | [[File:Java fx demo app.png]] | ||
=Eclipse Java(FX) Plugin= | =Eclipse Java(FX) Plugin= | ||
Line 21: | Line 34: | ||
[[File:Marketplace JavaFX.png]] | [[File:Marketplace JavaFX.png]] | ||
− | + | --> | |
<!-- | <!-- | ||
If e(fx)clipse is not available from the Marketplace, you can try to install it from Help -> Install New Software... | If e(fx)clipse is not available from the Marketplace, you can try to install it from Help -> Install New Software... |
Latest revision as of 03:00, 12 September 2021
JavaFX is no longer required.