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

Summary: tooling support for embedding / deploying applets
Product: obsolete Reporter: kawazu428 <kawazu428>
Component: appletAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.