Package net.jcores.jre.cores

Examples of net.jcores.jre.cores.CoreComponent


     *
     * @param object The Components to wrap.
     * @return A CoreComponent wrapping the given Components.
     */
    public static CoreComponent $(Component... object) {
        return new CoreComponent($, object);
    }
View Full Code Here

TOP

Related Classes of net.jcores.jre.cores.CoreComponent

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.