{
errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
errorPane.setOpaque(false);
errorPane.setEditable(false);
errorPane.setVisible(false);
CustomHTMLEditorKit htmlEditor = new CustomHTMLEditorKit();
htmlEditor.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent ev)
{
if (AUTHENTICATE.toString().equals(ev.getActionCommand()))
{