Package org.jpacman.framework.view

Examples of org.jpacman.framework.view.ImageLoader


    /**
     * Actually create the image factory.
     * @throws FactoryException if images can't be found.
     */
    @Before public void setUp() throws FactoryException {
        imf = new ImageLoader();
        imf.loadImages();
    }
View Full Code Here

TOP

Related Classes of org.jpacman.framework.view.ImageLoader

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.