Wednesday, April 20, 2011

java swing program with multi lingual support

I want to create a TextArea in java where i can write data in chinese. How can I achieve this

Thanks Bapi

From stackoverflow
  • See this question.

    The only thing you have to do is to make sure that the JTextArea uses a font that can display Chinese characters, which the default one unfortunately can't.

0 comments:

Post a Comment