Bug 266 : public class PApplet extends Applet
Last modified: 2005-12-29 05:35




Status:
RESOLVED
Resolution:
WONTFIX -
Priority:
P2
Severity:
normal

 

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).