Package com.ulcjava.base.application.util

Examples of com.ulcjava.base.application.util.Color


    }

    private ULCLabel createLabel(ULCViewerFactory factory, DataModel model) {
        ULCLabel ulcLabel = new ULCLabel(factory.getClientResource().getLabel(model.getFieldName()));

        ulcLabel.setBackground(new Color(220, 240, 190));
        return ulcLabel;
    }
View Full Code Here

TOP

Related Classes of com.ulcjava.base.application.util.Color

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.