"NtrViewer has been written<br>" +
"in 100% pure Java<br>" +
"by Sergey Nebolsin.<br><br>" +
"© Sergey Nebolsin, 2006" +
"</body></html>";
mainPane.add( new BLabel(htmlText), BorderContainer.CENTER );
BLabel logo = new BLabel( ResourceManager.loadIconFromFile("logo.png") );
mainPane.add(logo, BorderContainer.WEST );
this.addEventLink( MousePressedEvent.class, this, "doClose" );
this.addEventLink( WindowClosingEvent.class, this, "doClose" );
this.setTitle( "About Parus / NtrViewer");