Sine Wave Graph: With Double Buffering
This version of the sine wave graph applet uses double buffering; everything is drawn to an off-screen canvas, which is then copied to the actual window. To see what happens without this step, try the no-double-buffering version.For general Java information, and to download Sun's free Java Development Kit, see www.javasoft.com.
Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Boutell.Com, Inc. All Rights Reserved.
