5/5 – (2 votes)
Download GUIGreet.java to use as a starting point. After installing the JDK, modify this program to display your own business card logo. Your logo should contain some circles, lines, or rectangles, plus a business name (or just your name or a fake name) as text. This must be a stand-alone program.
You are expected to use the Java API documentation (the JavaDocs) for the Graphics
class in the java.awt
package, to find the methods you use to draw shapes and text. (Hint: Look for method names that start with draw
or fill
.)
Reviews
There are no reviews yet.