mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
fix from hansi for a video bug, todo notes, and doc changes to PApplet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user