Korean « Internationalization « Java Swing Q&A





1. Korean Language Support    coderanch.com

Hi: I'm invoking diff. Input Method Editor s(IME) from my java program. while I'm invoking the Korean IME then in the JTextArea component I can't write in korean. By defalut it is writing in english. Now there are two options called English mode and Hangul mode, while after the invocation on the korean IME programmatically, I switch to Hangul mode manually ...

2. input korean in JTextField    coderanch.com

hi I would like to input korean characters in a swing application. Is there any jar (which i put in jre) available which helps me to enter Korean characters in a text field in swing application. I got a similiar jar for entering chinese (pinyin.jar). Now i have a requirement for entering Korean characters. Please let me know if any jar ...