This notebook is a collection of code snippets and technical "how to" instructions.
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