Using JavaFX in GumTree_139166243 - Gumtree/gumtree GitHub Wiki
Created by Tony Lam, last modified on Feb 17, 2010
JavaFX is a rich and interactive scripting environment for developing Java graphical user interface.
Step 2: Develop the JavaFX script as usual
Step 3: Run the script to produce the jar file in "dist" folder
Step 4: Copy the jar into your GumTree plugin, and add to the build path. Also update your plug-in runtime classpath
Step 5: Use JXScene from JFXtras to embed your JavaFX object into AWT (http://jfxtras.org/portal/core/-/wiki/JFXtras/JXScene)
- Install JavaFX Eclipse plug-in (JavaFX runtime is not required)
- Checkout com.sun.javafx from SVN (use as your JavaFX runtime for compilation and execution)
- Note: this is a strip down version of JavaFX, which contains only the desktop profile, with JFXtras extension.
Step 2: Develop the JavaFX script as usual
Step 3: Run the script to produce the jar file in "dist" folder
Step 4: Copy the jar into your GumTree plugin, and add to the build path. Also update your plug-in runtime classpath
Step 5: Use JXScene from JFXtras to embed your JavaFX object into AWT (http://jfxtras.org/portal/core/-/wiki/JFXtras/JXScene)
Document generated by Confluence on Apr 01, 2015 00:11