> I haven't got a chance to play with it directly, but there was a very
> impressive lecture about Java multi-language support in JavaOne '99
> (two weeks ago) where they showed typing of Hebrew, Arabic and Chinese
> and text display of many more languages, all in the same window, also
> with locale support swithing the labels and button positions when
> switched the locale to Arabic.
You probably meant "Swing". Swing is a replacement for AWT, but
contrary to AWT, it isn't based on the OS' GUI toolkit, but speaks
directly to the low layer of the graphics (like Xlib in the case
of UNIX). This allows it to support Unicode, even under platforms
without multi-lingual support. You still need fonts.
Swing is a part of JFC which is a part of Java 2.
--
Eli Marmor
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]