Package games.stendhal.client.gui

Examples of games.stendhal.client.gui.ComponentPaintCache


    private final ComponentPaintCache cache;
    /**
     * Create a new CachedPanel.
     */
    public CachedPanel() {
      cache = new ComponentPaintCache(this);
      // cache the label as well
      cache.setPaintChildren(true);
    }
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.ComponentPaintCache

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.