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

jvergara
03.53.2009 13b15363f6726829495b6602aadbab2156624617
refs
author jvergara <jvergara@localhost>
Thursday, September 3, 2009 23:53 +0200
committer jvergara <jvergara@localhost>
Thursday, September 3, 2009 23:53 +0200
commit13b15363f6726829495b6602aadbab2156624617
tree 2dac2fbdc1d5f5940263d30bd6dcafe53fa0e90d tree | zip | gz
parent adf129a1d0630b4b13a66fb3d480e8dda79601c0 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
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/ActionButton.java 12 ●●●● diff | view | raw | blame | history