opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/LocalOrRemotePanel.java
@@ -261,7 +261,14 @@ */ public Component getPreferredFocusComponent() { return pwd; if (pwd.isVisible()) { return pwd; } else { return combo; } } /** @@ -302,6 +309,11 @@ { updateComponentState(); displayMainPanel(); Component comp = getPreferredFocusComponent(); if (comp != null) { comp.requestFocusInWindow(); } } }; displayMessage(INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY.get());