Package org.eclipse.ecf.tutorial.scribbleshare.toolbox

Examples of org.eclipse.ecf.tutorial.scribbleshare.toolbox.Box


   */
  private List createTools() {
    List toolList = new ArrayList();

    toolList.add(new Pencil());
    toolList.add(new Box());
    toolList.add(new Line());
    toolList.add(new Oval());

    return toolList;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.tutorial.scribbleshare.toolbox.Box

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.