Abstract Window Toolkit (AWT) Question:
How the Canvas class and the Graphics class are related?
Answer:
A Canvas object provides access to a Graphics object via its paint() method.
Previous Question | Next Question |
What is the difference between a MenuItem and a CheckboxMenuItem? | What is the relationship between clipping and repainting? |