About Look & Feel
I downloaded a Look & Feel package and added to my program. It works fine except can't support other languages. If I use other langrages in my program, the language will be shown a "rectangle". How can I make it to support other language?
Thanks.
# 1
> I downloaded a Look & Feel package and added to my
> program. It works fine except can't support other
> languages. If I use other langrages in my program,
> the language will be shown a "rectangle". How can I
> make it to support other language?
>
> Thanks.
Think about what you're asking for a moment. You have a look and feel package for your Java application. What would make you think that it would support controlling the look and feel of say C++? You will either have to find a duplicate look and feel package for the language you want to support, or you'll have to make one.
PS.
# 2
Sorry for didn't say clearly. The languages in my question mean human language, like Japnese, French etc. When I added this Look & Feel, my application can't show other languages except English
# 9
> What look and feel are you using?
I don't know. I just got one from my company. I don't have the source code of it, so I don't know how it works.