Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Efxclipse/Tutorials/Tutorial1

< Efxclipse‎ | Tutorials
Revision as of 07:37, 26 July 2013 by Unnamed Poltroon (Talk) (New page: # File > New > Project # Select the "JavaFX Project" entry # Enter a project name and click "Finish". # Create a Java package in your new project. # Open the context menu on your package ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. File > New > Project
  2. Select the "JavaFX Project" entry
  3. Enter a project name and click "Finish".
  4. Create a Java package in your new project.
  5. Open the context menu on your package and select New > Other ...
  6. Select "JavaFX Main Class".
  7. Enter a class name and click "Finish".
  8. Add some JavaFX code to the start method of your application.
  9. Set the selection on your application class and hit the "Run" toolbar item.
  10. Open the build.fxbuild file and fill in the following fields:

Back to the top