The drawLine Method
The drawLine(…) method draws a line segment with endpoints (x1,y1) and (x2,y2): public void drawLine( int x1, int y1, int x2, int y2 );
Previous slide
Next slide
Back to first slide
View graphic version