131415161718192021
public static void main(String [] options) throws Exception { Graphics g = new Graphics(); g.drawLine(5,5,60,60); g.drawRect(62, 10, 25, 35); g.refresh(); Button.waitForPress(); } }