I am working on a swing application which is currently in English. Now I have to convert it in different languages like Russian, French etc. The problem is that I have given size to components according to English, and I am stuck in handling characters in conversion. For example "Hi" is written in 10 characters in some other language. I cannot change component size. I want to know that what are the ways to do this?
I was looking for something that can change font size to fit the text in the components.
Thanks in advance.