public AuthenticationDialog(String title, String description) {
super(JOptionPane.getRootFrame(), true);
setTitle(title);
new MnemonicHelper().register(getContentPane());
panel = new AuthenticationPanel(description,
HttpConfigurable.getInstance().PROXY_LOGIN,
HttpConfigurable.getInstance().getPlainProxyPassword(),
HttpConfigurable.getInstance().KEEP_PROXY_PASSWORD);