Package org.spoutcraft.launcher.skin.components

Examples of org.spoutcraft.launcher.skin.components.BackgroundImage


    setSize(FRAME_WIDTH, FRAME_HEIGHT);
    addMouseListener(this);
    addMouseMotionListener(this);
    setLocationRelativeTo(null);
    setResizable(false);
    getContentPane().add(new BackgroundImage(FRAME_WIDTH, FRAME_HEIGHT));
  }
View Full Code Here

TOP

Related Classes of org.spoutcraft.launcher.skin.components.BackgroundImage

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.