Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Virtual keyboard for a GUI
Date: Sun, 30 Nov 2008 12:15:04 +0000 (UTC)
Organization: PhysioSonics Inc
Lines: 10
Message-ID: <ggu047$mc2$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1228047304 22914 172.30.248.37 (30 Nov 2008 12:15:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 30 Nov 2008 12:15:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1129061
Xref: news.mathworks.com comp.soft-sys.matlab:503893


I've developed a GUI that runs on a computer with a touchscreen, which is used as a prototype demo for product.  I'd lilke to add a keyboard to the touchscreen.  This is a little off-topic for this newsgroup, but does anyone know of a Java virtual keyboard that I could embedd in a MATLAB GUI?

Something like this, but in English rather than Arabic:
http://sourceforge.net/projects/virtualkey/

I'm assuming if it was Java graphics object, then I could use it in a MATLAB GUI because I have seen examples of this on the file exchange, but I have never done any programming in Java.  I need it to work on Mac, but perferably Mac and Windows.

If I can't find anything, I'll just go back to laying out the keyboard using Pushbuttons.

Thanks.