What I have in mind is an on-screen keyboard (such as KeyCaps on
Macintosh), or on-screen palette of special characters (such as in the
search window for McSink), whereby the user (student) clicks with mouse
or types keystroke which is converted to the desired UniCode character
which is then converted to UTF-8 and displayed within the textfield in
the form. Is this possible with a Java applet, and if so has somebody
already done it and have the code available for free use, so that I
could adapt it for my application?
/ ...
> What I have in mind is an on-screen keyboard (such as KeyCaps on
> Macintosh), or on-screen palette of special characters (such as in the
> search window for McSink), whereby the user (student) clicks with mouse
> or types keystroke which is converted to the desired UniCode character
> which is then converted to UTF-8 and displayed within the textfield in
> the form. Is this possible with a Java applet,
Yes, of course. The number of keys required might make this unwieldy on
small displays.
> and if so has somebody
> already done it and have the code available for free use, so that I
> could adapt it for my application?
Are you a Java programmer? This might not be the right newsgroup if not.
--
Paul Lutus
http://www.arachnoid.com
For the time being, I'm thinking of a regular desktop/laptop as client
for this particular application.
> Are you a Java programmer? This might not be the right newsgroup if not.
I don't like to put labels on people, what they *are*. I prefer to talk
about what people *do* or can *do* or have done. I took a beginner's
Java programming class last Spring, and the last homework assignment
was to write a simple Java GUI application, either as a stand-alone
application or as an applet, and I chose an applet so that I could
present it on the Web: http://www.rawbw.com/~rem/Lab7.html
I'm currently taking an advanced Java programming class.