Package com.salas.bb.utils.uif

Examples of com.salas.bb.utils.uif.ShadowBorder


        setLayout(layout);

        aImageURL = aImageURL == null ? config.getNoImageURL() : aImageURL;
        Dimension dim = modeToDimension(config.getViewMode());
        lbImage = new AsyncImagePanel(aImageURL, dim.width, dim.height,
            new ShadowBorder(COLOR_SHADOW_BORDER), article.isRead());
        setTextComponentsWidth();

        add(lbImage, CELL_CONSTRAINTS.xy(2, 2));
        add(lbTitle, CELL_CONSTRAINTS.xy(2, 4));
        add(tfText, CELL_CONSTRAINTS.xy(2, 6));
View Full Code Here

TOP

Related Classes of com.salas.bb.utils.uif.ShadowBorder

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.