Class Draw


public class Draw
extends java.lang.Object
This class allows simple line drawing (dots, lines, rectangles, circles, texts) in a fixed-sized window.
The top-left corner has the coordinates (0, 0). Positive x-coordinates go to the right and positive y-coordinates go downward.
All methods are static.