Difference between revisions of "JavaFX Setup"

From CSE231 Wiki
Jump to navigation Jump to search
 
(One intermediate revision 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 25: Line 27:
  
 
This program should bring up a graphical user interface with a single button which you can click on to test that JavaFX is working.
 
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 30: 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.