Graphics Methods
There are graphics methods to draw lines, arcs, ovals, rectangles and other shapes. Here is one example:
The drawRect(…) method draws a rectangle anchored at point (x,y): public void drawRect( int x, int y, int w, int h );
Previous slide
Next slide
Back to first slide
View graphic version