mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
26.44.2008 53206ce28721940f13e60c351ef4773edab89be7
refs
author jvergara <jvergara@localhost>
Wednesday, November 26, 2008 15:44 +0100
committer jvergara <jvergara@localhost>
Wednesday, November 26, 2008 15:44 +0100
commit53206ce28721940f13e60c351ef4773edab89be7
tree 6bde88dd91f4078de30eb6f5d1c339c372a7dafe tree | zip | gz
parent 38122179bb6453f2f2c13702ea258a4359c1c5b0 view | diff
Fix for issue 3633 (status-panel is not coming up in Asian locales)

This issue seems similar to:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468089

Which is a duplicate of:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6389282

It seems that the problem is caused for not calling UIManager.setLookAndFeel from the event thread. The fix consists of calling it from the event thread.
3 files modified
119 ■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ControlPanel.java 36 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ControlPanelLauncher.java 47 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 36 ●●●● diff | view | raw | blame | history