Home »
MCQs »
Java Swing MCQs
The ____ function allows you to paint with a Graphics object
31. The ____ function allows you to paint with a Graphics object.
- AllPaint()
- Jpaint()
- Repaint()
- paint()
Answer: D) paint()
Explanation:
The paint() function allows you to paint with a Graphics object.