Package com.zaranux.os.client.programs

Examples of com.zaranux.os.client.programs.Terminal.move()


  void defaultApps()
  {
    Terminal t = new Terminal();
    run(t);
    t.move(100, 100);

    Explorer e1 = new Explorer();
    run(e1);
    e1.move(400, 270);
   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.