"http://code.google.com/p/automatic-sites-registrator</a></b><br>" +
"Autors: Karasev R.A., Filonov R.I., Yutsis A.V.</body></html>";
final JEditorPane editorPane = new JEditorPane("text/html", message);
editorPane.setEditable(false);
editorPane.addHyperlinkListener(new HyperlinkListener() {
public void hyperlinkUpdate (HyperlinkEvent e)
{
if (e.getEventType().equals(HyperlinkEvent.EventType.ACTIVATED))
try {
Desktop.getDesktop().browse(e.getURL().toURI());