Re: Creating a JButton with another Language fonts(letters)
Posted By:
Stephen_Ostermiller
Posted On:
Tuesday, March 27, 2007 04:47 AM
It is likely a font issue or a character set issue when you are reading the data in. JButtons should be able to have any language. Make sure that when you load the words to put in the button, you are using proper character sets and escape sequences. If you are storing your strings in .properties fiels, make sure that you are using unicode escape sequences. Also make sure that you have fonts installed and that java knows how to use them. They need to be listed in java's fonts.properties file.