Package com.salas.bb.utils.uif.images

Examples of com.salas.bb.utils.uif.images.Cache


        // Configure Mac OS X dock icon (we had problems with JWS dock icon: ugly and cannot be badged)
        if (isMac()) OSXSupport.setApplicationIcon();

        // Images cache
        Cache imagesCache = new Cache(new File(getContextPath() + "cache"), 20000000);
        ImageFetcher.setCache(imagesCache);

        // Stylesheets
        try
        {
View Full Code Here

TOP

Related Classes of com.salas.bb.utils.uif.images.Cache

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.