Chapter 9. Making Programs Look Good with Graphics, Fonts, and Color

One of the best ways to impress a non-programming acquaintance is with a program that features graphics. Uncle Wade might not appreciate the nuances of a well-constructed for loop or an elegant class hierarchy, but show him your animated sequence of a toddler dancing the Funky Chicken, and he'll be impressed with your programming acumen.

Today you start learning how to win friends and influence people by writing applets that use graphics, fonts, and color.

To use graphical features in your programs, you utilize classes of the java.awt package, which delivers most of Java's visual pizzazz. With these classes you'll draw text and shapes like circles and polygons in an applet. You ...

Get Sams Teach Yourself Java™ 2 Platform in 21 Days Professional Reference Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.