Skip to content

guirak/KeyboardFX

 
 

Repository files navigation

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

About

An on-screen keyboard for JavaFX applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.6%
  • CSS 6.4%