does any one have a very simple example of double buffering
1)
i just want a very basic example of it with drawing a line or square applet useing double buffering
2) can anyone tell me what the normal fps are for a small applet useing double buffering im assuming most of
the time is eaten up between bliting to the screen and
the garbage collector

