Package chunmap.app.bench

Examples of chunmap.app.bench.OperateManager


  public MapCtrlImpl(Component component) {
    super();
    this.component=component;
    init(component.getWidth(), component.getHeight());
    operateManager=new OperateManager(this,component);
  }
View Full Code Here

TOP

Related Classes of chunmap.app.bench.OperateManager

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.