private final Color _foreground = WidgetUtils.BG_COLOR_BRIGHTEST;
private final Color _borderColor = WidgetUtils.BG_COLOR_MEDIUM;
private final UserPreferences _userPreferences;
public LoginPanel(DCGlassPane glassPane, UserPreferences userPreferences) {
this(new DCAuthenticationService(), glassPane, userPreferences);
}