Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 825 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 825 Bytes

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