FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 266 : public class PApplet extends Applet
Last modified: 2005-12-29 05:35
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
WONTFIX -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
van
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-12-28 12:41
could be:
public class PApplet extends JApplet
// This would allow integration of menu's and swing controls via netbeans 4.x.
Additional Comment
#1 From fry 2005-12-29 05:35
intentionally not done this way because it would destroy java 1.1 support since it doesn't
include swing (and would be a ~1.5 MB download to get swing there for java 1.1).