Chapter 19 Flashcards
1
Q
What paintComponent() method do
A
draw rectangle
2
Q
What are 2 initiative methods
A
- System initiative
- User initiative
3
Q
What repaint() do
A
paint
4
Q
What timer do
A
It triggers automatically after some time
5
Q
Do we have timer in utility class and swing too
A
Yes
6
Q
Timer calls what method
A
public void action
7
Q
What are 2 arguments for timer
A
delay, listener