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

jvergara
03.53.2009 635447b3b25e74cdd363010a5f7cc3ffee44ac2b
refs
author jvergara <jvergara@localhost>
Thursday, September 3, 2009 23:53 +0200
committer jvergara <jvergara@localhost>
Thursday, September 3, 2009 23:53 +0200
commit635447b3b25e74cdd363010a5f7cc3ffee44ac2b
tree fd746aabbef6b9686c24d7bac331caea2c1d8e80 tree | zip | gz
parent 230387572587a5f7c2aed11564b29c639bd45762 view | diff
Fix for issue 4062 (control-panel craps out when pointed (in error) to DS 6.3 (I assume any LDAP server))

The problem is that in some cases the property returned by UIManager through: UIManager.getBorder("List.focusCellHighlightBorder") can be null.

This issue has nothing to do with the fact that the server is local or remote, but with the look and feel of the system.

The fix consists of checking whether this border is defined or not; if it is not defined, use a predefined border.
1 files modified
12 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/components/ActionButton.java 12 ●●●● diff | view | raw | blame | history