Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Giving on screen keyboard focus

797060Jun 10 2011 — edited Jun 10 2011
Hello,

I am developing an application for a touch screen computer. In windows, when you have a touch screen most textboxes when given focus come up with a little icon to bring up the on-screen-keyboard.

I'd like this to happen in our java application. I don't think there is a feature like this built in and I think I could emulate it if I could just give the windows on-screen-keyboard focus from Java. Does anyone know of a way to give a non-java window focus?

I was thinking it might be possible to do it from a batch file which java could then run or something if i can't do it from java directly.

Thanks for any help

Joe
This post has been answered by gimbal2 on Jun 10 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2011
Added on Jun 10 2011
7 comments
289 views