The Graphics class
Abstract Class used to :
draw on the screen,
display images.
Protected Constructor.
Graphics is available to all the components on which the user may need to draw. These components need to implement :
public void paint(Graphics g),
update(Graphics g).
Previous slide
Next slide
Back to first slide
View graphic version