Package net.charabia.jsmoothgen.skeleton

Examples of net.charabia.jsmoothgen.skeleton.SkeletonList


   
    public JSmoothApplication(Display display) {
        new JSmoothResources(this.display = display);
       
        // FIXME: Hardcoded skeletons dir.
        this.skeletonList = new SkeletonList(new File("skeletons"));
    }
View Full Code Here

TOP

Related Classes of net.charabia.jsmoothgen.skeleton.SkeletonList

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.