draw_box


Description:

public abstract void draw_box (int x0, int y0, int x1, int y1)

Draw a box

Parameters:

x0

The x coordinate of the first corner

y0

The y coordinate of the first corner

x1

The x coordinate of the second corner

y1

The y coordinate of the second corner