tutorials for developers using Android, Google Web Toolkit (GWT), Arduino, and much more...
DrawingArea canvas = new DrawingArea(400, 400); panel.add(canvas);
Circle circle = new Circle(100, 100, 50); circle.setFillColor("red"); canvas.add(circle);
No comments:
Post a Comment