Write an import statement for the Graphics class.
LANGUAGE: JAVA
CHALLENGE:
Write an import statement for the Graphics class.
SOLUTION:
import java.awt.Graphics;
Posted in Java, Learn To Code
Write an import statement for the Graphics class.
import java.awt.Graphics;