I have a Unicode string that contains Japanese characters. If I try to display it in my JTable, I get square brackets instead of the characters. Is there a way to display the characters?
Asked
Active
Viewed 2,074 times
1 Answers
4
Found that, maybe it's what you want, too.

Community
- 1
- 1

Lukas Knuth
- 25,449
- 15
- 83
- 111
-
Very cool. Next step it to allow different fonts on different cells. – user489041 Apr 20 '11 at 20:23
-
After a little search, i found this with two interesting links: http://www.java-forums.org/awt-swing/11594-set-different-font-each-cell-jtable.html – Lukas Knuth Apr 20 '11 at 22:08
-
Perfect, that did the job. Thanks for your help. – user489041 Apr 26 '11 at 16:13