Package games.stendhal.client.gui.j2d

Examples of games.stendhal.client.gui.j2d.BackgroundPainter


    /**
     * Create a new PrettyEditorPane.
     */
    public PrettyEditorPane() {
      background = new BackgroundPainter(BACKGROUND_IMAGE);
      setOpaque(false);
      setContentType("text/html");
      setEditable(false);
    }
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.j2d.BackgroundPainter

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.