Attaching Java Input Methods to Applets
*************** What I'd like to do
I'd like to create (X)HTML pages with Swing text widgets that
allow users to type in Unicode Russian, Georgian, Hopi, or whatever.
But I can't assume that the users are capable of installing
new input methods or fonts to the appropriate Java installation
used by their browser.
I'd like suitable Java input methods and fonts to be available
automatically when the client downloads the HTML page.
*************** Soooo,
1. The first question is this: Is is possible to "attach" Java input
methods to an applet such that the user's-browser's-Java-installation
will treat those input methods as if they were installed in the
extensions directory?
2. And the second question is like unto it: Is it possible to "attach"
fonts to applets with Swing-based GUIs such that the
user's-browser's-Java-installation will treat those fonts as if they
were installed?
Any help would be much appreciated.
Ken Beesley

