f

fx-onscreen-keyboard

JavaFX on-screen keyboard component with xml layout configuration.
http://comtel2000.org
Files download
File Operation
fx-onscreen-keyboard-8.1.1.jar download
fx-onscreen-keyboard-8.1.1.pom download
fx-onscreen-keyboard-8.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.comtel2000</groupId>
  <artifactId>fx-onscreen-keyboard</artifactId>
  <version>8.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.comtel2000:fx-onscreen-keyboard:8.1.1'
Gradle Kotlin
implementation("org.comtel2000:fx-onscreen-keyboard:8.1.1")
Scala SBT
libraryDependencies += "org.comtel2000" % "fx-onscreen-keyboard" % "8.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.comtel2000', module='fx-onscreen-keyboard', version='8.1.1')
)
Apache Ivy
<dependency org="org.comtel2000" name="fx-onscreen-keyboard" rev="8.1.1" />
Leiningen
[org.comtel2000/fx-onscreen-keyboard "8.1.1"]
Apache Buildr
'org.comtel2000:fx-onscreen-keyboard:jar:8.1.1'