The "paint" and "draw " method
This is the first time I'm using a draw method.
After reading through the tutorials, I realized that every time i need to draw something I have to call the paint method.
I need to give my user the ability to draw different kind of lines. Since I would not know when the "paint" method is being called it would be difficult to draw on user's command.
Could any one please tell me how I can get around the problem?
Regards

