Fork me on GitHub

Griffon JavaFX Archetype by deanriverson

A Griffon archetype used to create JavaFX 2.0 applications.

Prerequisites

  1. Download the JavaFX SDK and install it on your system.
  2. Set the JAVAFX_HOME environment variable to point to the location at which you installed the SDK.

Using the Archetype

  1. Download the Archetype

    javafx-griffon-archetype.zip
  2. Install the Archetype

    griffon install-archetype javafx-griffon-archetype.zip
  3. Create an Application

    griffon create-app CoolApp -archetype=javafx

Download the Source

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/deanriverson/griffon-javafx-archetype