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]
# 1
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.
hunter9000a at 2007-7-12 23:59:10 > top of Java-index,Java Essentials,New To Java...
# 2
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.
Natashhaa at 2007-7-12 23:59:10 > top of Java-index,Java Essentials,New To Java...