Using Greek alphabet in JTextArea...
Hey, guys!I'm a newbie that has a problem (named in the subject). I'm working on an applet that has a JTextArea in it. It has to be filled with mathematical data using Greek characters (alpha, beta...). How do I do that?Thanks in advance!
[261 byte] By [
Natashhaa] at [2007-11-27 9:47:12]

Swing components use Unicode as their encoding, so as long as you can generate the characters, you can put them in your source code and display them, or copy & paste them into it when it's running.
Thanks for your answer.And how do I generate Greek characters? I'm sorry if I'm being a bore, but like I said, I'm a total Java - newbie...I can't find this in the tutorials...Any help would be appreciated.