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 133745 - tooling support for embedding / deploying applets
Summary: tooling support for embedding / deploying applets
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: applet (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-23 08:30 UTC by kawazu428
Modified: 2008-04-23 08:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kawazu428 2008-04-23 08:30:41 UTC
So far, embedding an applet to an HTML page using NetBeans involves manually inserting an appropriate applet/... tag to
the desired page. It would be nice having this procedure eased a little by

- providing a drag-drop facility to get such code inserted automatically (reminiscent of dragging a web-service proxy
entry to a .java class which inserts the appropriate code to do the actual call?),

- having a way to configure NetBeans which kind of code to actually embed (<applet> vs. <object>/<embed> for different
browsers), along with generating the "right" parameters (required JRE, ...) as far as possible,

- being able to use auto-completion for applet parameter names while creating <param> entries.