Skip to content

dlsc-software-consulting-gmbh/KeyboardFX

Repository files navigation

JFXCentral

KeyboardFX

An on-screen keyboard, especially useful for touch applications (mobile, tablet).

Keyboard

Running the demos

You can run the demos using Maven by typing any of the following lines into your terminal:

mvn javafx:run -f keyboardfx-demo/pom.xml -Dmain.class=com.dlsc.keyboardfx.demo.KeyboardApp
mvn javafx:run -f keyboardfx-demo/pom.xml -Dmain.class=com.dlsc.keyboardfx.demo.KeyboardDarkApp
mvn javafx:run -f keyboardfx-demo/pom.xml -Dmain.class=com.dlsc.keyboardfx.demo.KeyboardPaneDemoApp
mvn javafx:run -f keyboardfx-demo/pom.xml -Dmain.class=com.dlsc.keyboardfx.demo.KeyboardPaneWithArrowKeysApp