Package buoy.widget

Examples of buoy.widget.BLabel


                "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");
View Full Code Here

TOP

Related Classes of buoy.widget.BLabel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.