Question: This week, we will be learning to use some of Java's drawing capabilities. The Graphics class provides methods for drawing many different shapes, using different colors, and for drawing strings using different fonts.
Pick any of the drawing methods from the Graphics class and explain how it works and how to use it. It must compile with no errors and follow the directions.