Constants.APP_URL, Constants.APP_URL));
String creditsText = ResourcesLoader.readResource(AboutDialog.class,
"credits.html");
String content = headlineText.concat(infoText).concat(creditsText);
JEditorPane lblCredits = new HtmlLabel(content);
lblCredits.setCaretPosition(0);
JScrollPane scrollPane = new JScrollPane(lblCredits);
scrollPane.setPreferredSize(new Dimension(380, 240));
scrollPane
.setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);