Skip to content
Advertisement

change color of already drawn Graphics object in java AWT not working

Am trying to change color after drawing the object in window, this is what i came up with, am a beginner so this is messy.

JavaScript

}

The class Figure is an abstract class that is inheriting from java.awt.Frame Any remarks about how to make this code cleaner will be appreciated, thanks.

Advertisement

Answer

Before you begin on something as complex as custom painting, make sure you have a firm understanding of the basics of the language and the APIs

See Creating a GUI With Swing, Performing Custom Painting and Painting in AWT and Swing for more details.

JavaScript

Since you’re just starting out, I might suggest getting started with JavaFX instead

AWT

!! Warning !!

No one uses AWT anymore and you’re not likely to get much in the way of support for it here. This is a “basic” concept converted from the previous example, beware, AWT isn’t double buffered by default

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement