Package iryrwarosh.screens

Examples of iryrwarosh.screens.StartScreen


    terminal = new AsciiPanel();
    terminal.setDefaultBackgroundColor(Common.guiBackground);
    terminal.setDefaultForegroundColor(Common.guiForeground);
    add(terminal);
    pack();
    screen = new StartScreen();
    addKeyListener(this);
    repaint();
  }
View Full Code Here

TOP

Related Classes of iryrwarosh.screens.StartScreen

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.