Never, never use getGraphics() of a Component. Learn to do custom painting the correct way:
Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With JFC/Swing)

db