Package a7_Graphics

Examples of a7_Graphics.A7_ScreenFactory


    window.setFocusable(true);
    window.setLocationRelativeTo(null);
    window.setTitle(title);
      window.setVisible(true);
     
      screenFactory     = new A7_ScreenFactory(this);
      gameThread       = new A7_Thread(this);
      menubar       = new A7_Menubar(window, screenFactory);

     
//      menuListener    = new A7_MenuListener();
View Full Code Here

TOP

Related Classes of a7_Graphics.A7_ScreenFactory

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.