fix from hansi for a video bug, todo notes, and doc changes to PApplet

This commit is contained in:
benfry
2006-09-26 17:15:31 +00:00
parent 267e8a37f7
commit f421bed0b0
4 changed files with 24 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ import java.util.zip.*;
* be returning Java 1.1 support, which does not include Swing (without an
* additional, sizable, download), and 2) Swing is a bloated piece of crap.
* A Processing applet is a heavyweight AWT component, and can be used the
* same as any other AWT component.
* same as any other AWT component, with or without Swing.
* <p/>
* Similarly, Processing runs in a Frame and not a JFrame. However, there's
* nothing to prevent you from embedding a PApplet into a JFrame, it's just