Package com.mrdls.tc.interaction

Examples of com.mrdls.tc.interaction.MouseListener


  public static Point cursorLocation;
  public static MouseListener mouseListener;
 
  public static void init(){
    cursorLocation = new Point(0, 0);
    mouseListener = new MouseListener();
   
    frame = new JFrame(Finals.PROJECT_NAME);
    screen = new Screen();
    tc = new TerrariaClone();
    thread = new Thread(Variables.tc);
View Full Code Here

TOP

Related Classes of com.mrdls.tc.interaction.MouseListener

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.