Package de.axxeed.animosy.gui

Examples of de.axxeed.animosy.gui.SplashScreen


    /**This is the main method. Called when run as an application
     */
    public static void main(String args[])
    {
      (new SplashScreen()).setVisible(true);
    AnImOSY mw = new AnImOSY();
   
    // add a key listener
    mw.addKeyListener(GUIEventListener.getInstance());
   
View Full Code Here

TOP

Related Classes of de.axxeed.animosy.gui.SplashScreen

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.