This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 52618 - Can't start applet if extends JApplet indirectly
Summary: Can't start applet if extends JApplet indirectly
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: applet (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: Martin Grebac
URL:
Keywords:
: 54946 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-17 16:16 UTC by michaelfa
Modified: 2006-03-24 10:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michaelfa 2004-12-17 16:16:33 UTC
If the super class is not JApplet, you can't start
the appletviewer with menu Run File. Example:

public class NewJApplet  extends MyApplet {
    public NewJApplet() {
    }
}

But the error message Class NewJApplet does not
have a main method is shown.
Comment 1 Martin Grebac 2005-01-28 13:57:21 UTC
fixed in trunk
Comment 2 zikmund 2005-01-31 08:59:01 UTC
Verified in build 200501301900.
Comment 3 Martin Grebac 2005-02-14 15:52:17 UTC
*** Issue 54946 has been marked as a duplicate of this issue. ***