Package org.jfree.base

Examples of org.jfree.base.Library


                new Contributor("Hari", "-"),
                new Contributor("Sam (oldman)", "-")
            }
        ));

        addLibrary(new Library("JUnit", "3.8", "IBM Public Licence", "http://www.junit.org/"));

        setBootClass(BaseBoot.class.getName());
    }
View Full Code Here

TOP

Related Classes of org.jfree.base.Library

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.