Friday 15 August 2014

java - JavaFX virtual keyboard -



java - JavaFX virtual keyboard -

is there such thing? have googled javafx virtual keyboard, nil seems appear valid. saw article, no code or example

http://docs.oracle.com/javase/8/javafx/user-interface-tutorial/embed.htm

does have prior experience virtual keyboard in javafx application? need able show either normal keyboard or numeric keypad when textfield focused.

yes, there such thing javafx virtual keyboard in oracle java 8 distribution, though not documented or supported oracle outside of embedded version of javafx.

however, virtual keyboard seem ship oracle desktop java 8 jre , seem work there if toggle undocumented , unsupported scheme properties.

try:

-dcom.sun.javafx.isembedded=true

and maybe

-dcom.sun.javafx.touch=true -dcom.sun.javafx.virtualkeyboard=javafx

some related sketchy info on internet:

activating touch-enabled controls in javafx javafx 8 embedded mode oracle javafx forum post. javafx webview / webengine show on-screen-keyboard automatically each text input

the guys on @ javafxports might know more, seek asking there if want more info (if targeting 1 of devices).

java javafx javafx-2 java-8

No comments:

Post a Comment