Unicode in Java Applet

Helo, -> I want to build an applet which has to display unicode.-> my applet will be similar to a soft keyboard.-> Please let me know how to bring unicode characters on buttons and lables. Its really urgent.hoping for the solution
[274 byte] By [deepusrpa] at [2007-11-26 15:42:53]
# 1
Java characters and strings are already encoded per the Unicode specification.Review this Internationalization Tutorial: http://java.sun.com/docs/books/tutorial/i18n/index.html
ChuckBinga at 2007-7-8 22:01:45 > top of Java-index,Desktop,I18N...