As I wrote in title,
I want to drawLine
additionally when Timer
generates events.
Line will be draw like
first time;
ㅡ
second time;
ㅡ
ㅡ
- I want line will be added on before's maintained situation
- If first purpose cannot be done, (because I'm not good at Java yet, that's just my idea) I want to draw N line in Nth events then i redraw new N+1 line in (N+1)th events.
Which could be done in Java?
P.S. How to stop the Swing Timer
?