Internationalization in Tamil

Hello sir,How to display text in Tamil or sinhala in standalone applications(JFC/Swings)? plz send a sample code.
[134 byte] By [sunil48910a] at [2007-10-2 11:32:07]
# 1
basically you need to use a text component with the font set to one that contains glyphs for those characters. the code goes like this:textbox.setFont(yourFont);textbox.setText(yourText);
jsalonena at 2007-7-13 4:57:36 > top of Java-index,Desktop,I18N...