I want to create a TextArea in java where i can write data in chinese. How can I achieve this
Thanks Bapi
I want to create a TextArea in java where i can write data in chinese. How can I achieve this
Thanks Bapi
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.