Package Tetris.Forms

Examples of Tetris.Forms.MainFrame


  public static Color
    background = Color.decode("#353B3D"),
    foreground = Color.decode("#B8BFC2");
 
  public static void main(String[] args) {
    new MainFrame();
    new Game();
  }
View Full Code Here

TOP

Related Classes of Tetris.Forms.MainFrame

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.