Package a7_Graphics

Examples of a7_Graphics.A7_Menubar


    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();
      keyboardListener   = new A7_KeyboardListener();
      mousepadListener   = new A7_MousepadListener();
View Full Code Here

TOP

Related Classes of a7_Graphics.A7_Menubar

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.