I have a problem with representation different language characters on Applet's JButtons and JLabels. I need to show Baltic family font chracters. I tried use '\u0000' codes but it show squares instead of my characters. My default mashines encoding is CP1251 but probably I need Baltic encoding Cp1257, or something..Can somebody tell me how to represent not english characters in Java..
Thanx
Thanx