• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is JGoodies Look and Feel not support Chinese language?

 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use JGoodies look and feel instead of metal.In english version of my application, it works fine.In Chinese version, some words appear as a small squares.Is JGoodies Look and Feel not support Chinese language? Or it's another thing? If that case, someone suggestions me another look and feel supports Chinese well?
Thank you in advance.
 
Qunfeng Wang
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
More details:
When I use jgoodies windowsLookAndFeel, no problem.When I use others, the problem occurs as described above.
Please give me an resonable anwser.Thank you very very very.... much!
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

If you are getting square boxes when you expect to be seeing chinese characters, that usually means that you are not using the correct font to display those characters.

I would suggest setting a font that can display chinese characters explicitly on the GUI objects that you are using for the text display.

I am not sure that it has anything to do with JGoodies, but you might like to chase up the issue with them directly (if you have not done so already).

Cheers, Jared.
 
Qunfeng Wang
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now comes something new.
I've tried JGoodies WindowsLookAndFeel,it works fine.
I've tried JGoodies PlasticLookAndFeel with Bluer theme, it works fine,but other themes don't.
Now I want to know what's the problem at all!The font? But why do these two look and feels work fine?I've set PlasticLookAndFeel with Bluer theme for my application.It looks nice.I just post here again to ask for the reason.Someone can give me more details?

Thanks!
 
Jared Cope
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Interesting.

It sounds like it might be a bug in the JGoodies library then. I would definitely contact them about it for an explanation and/or workaround. If one of their themes works, I would expect all of them to work.

Cheers, Jared.
 
Qunfeng Wang
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I hope you can tell me the results later.
But someone can give me a explanation why this happen?
 
Jared Cope
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

It's up to you now. I won't be looking into it any further.

JGoodies wrote the software, only they will be able to provide an answer. I won't be asking them for you.

Jared.
 
reply
    Bookmark Topic Watch Topic
  • New Topic