Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.23 KB

jvx.kitchensink

The JVx Kitchensink application is a simple demo application that allows to test and manipulate most controls, containers and concepts which are available in the JVx Enterprise Application Framework.

A screenshot of the welcome screen.

A screenshot of the databinding sample.

A screenshot of the source of the databinding sample.

Usage

Simply import the project into your Eclipse workspace and run it with the provided launcher (JVx KitchenSink*.launch), or build the jar by running Ant and start that manually.

Please note that Java version 1.8 is required for this sample application to build and run, however, JVx itself only requires 1.6 to work.

By default the Swing factory (com.sibvisions.rad.ui.swing.impl.SwingFactory) is created and used, to use another factory simply pass the fully qualified name of the factory to the main method as argument, e.g.

java -cp jvx.jar;jvxfx.jar;... -jar jvx-kitchensink.jar com.sibvisions.rad.ui.javafx.impl.FXFactory