|
passing parameters to paint mtd
I have placed several applets on my web page and I able to pass parameters among them the problem is one applet is drawing some lines, I want to pass parameters to the paint method so as it updates the drawn lines to the new cordinate points specified by the requesting applet, I mean it should be dynamic but as I understand paint is called after init so how do I manage to keep on redrawing the lines as per the parameters passed.
__________________
The dream of being a legend has just begun!
|