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

[1060 byte] By [krbeesleya] at [2007-10-1 21:11:40]
# 1
I'm no expert in Java's Input Method.Have you read the FAQ on this issue? http://java.sun.com/j2se/corejava/intl/reference/faqs/index.html#desktop-input
horiniusa at 2007-7-13 3:08:41 > top of Java-index,Desktop,I18N...