From: Max G. <gi...@ye...> - 2002-10-14 19:49:32
|
Hi Peter! >Is there any difference, in terms of efficiency, between calling >repaint() and calling display() directly? I'm mainly wondering whether >repaint() will do anything else other than call display()? > > Repaint executes few commands more so sDisplay is a bit faster. I'm just playing safe with repaint :-) You can look at the sources to find out the exact difference. Regards, Max |