This document contains a Java program that draws various shapes and text using graphics. It imports the Graphics and Color classes. The paint method draws the string "Java Graphics Basic" at coordinates (0,50), a line from (5,100) to (150,250), a red rectangle from (50,100) to (200,350), a rounded rectangle, a polygon using the xpts and ypts arrays, an oval from (150,100) to (250,55), and an arc from (50,100) to (150,275) with angles 95 and 115.