Examples of DrawingTool_Spraypaint


Examples of DrawingTools.DrawingTool_Spraypaint

    tools[i++]=new DrawingTool_Pen("Pen (black)",0);
    tools[i++]=new DrawingTool_Pen("Pen (red)",1);
    tools[i++]=new DrawingTool_Pen("Pen (green)",2);
    tools[i++]=new DrawingTool_Pen("Pen (blue)",3);
    tools[i++]=new DrawingTool_LED();
    tools[i++]=new DrawingTool_Spraypaint();
   
    VersionCheck();
  }
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.