views:

66

answers:

1

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

Thanks Bapi

+1  A: 

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.

Michael Borgwardt