Difference between revisions of "JavaFX Setup"

From CSE231 Wiki
Jump to navigation Jump to search
 
(3 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 21: Line 23:
  
 
==Run FxDemoApp==
 
==Run FxDemoApp==
test that it is working
+
# 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 27: 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.