

InterviewSolution
1. |
Solve : Chinese Language in Java? |
Answer» Hi everyone. I have JTextArea in my application. Now I just want to input Chinese characters directly from keyboard. I have set Chinese font and it can display chinese font if I copy and paste chinese text in it. The only thing left is that when I type something from keyboard, it displays english language. I know there is something related to keymaps. I realy appretiate if youplz give me Chinese keymap that I can directly use to input chinese. I am using JDK1.4 and I have windows Xp with chinese font installed. |
|