| | |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui; |
| | |
| | | import org.opends.guitools.controlpanel.event.ConfigChangeListener; |
| | | import org.opends.guitools.controlpanel.event.ConfigurationChangeEvent; |
| | | import org.opends.guitools.controlpanel.util.Utilities; |
| | | import org.opends.messages.Message; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | /** |
| | | * The main panel of the control panel. It contains a split pane. On the left |
| | |
| | | private static final long serialVersionUID = -8939025523701408656L; |
| | | private StatusPanel statusPane; |
| | | private JLabel lAuthenticatedAs = |
| | | Utilities.createInlineHelpLabel(Message.EMPTY); |
| | | Utilities.createInlineHelpLabel(LocalizableMessage.EMPTY); |
| | | |
| | | /** |
| | | * Constructor. |