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 115537 - Dragging a .java file on a JDialog does not create a visual panel.
Summary: Dragging a .java file on a JDialog does not create a visual panel.
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 12:07 UTC by Tim Lebedkov
Modified: 2007-09-19 19:00 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 Tim Lebedkov 2007-09-14 12:07:19 UTC
if a .java file contains a class that extends JPanel it must be possible to reuse it in the form designer.
Comment 1 Tomas Pavek 2007-09-14 13:51:43 UTC
Dragging from project explorer has been implemented in 6.0. It is also available in the updated 5.5 - see 
http://form.netbeans.org/updates/update55.html. In original 5.5 you can use copy/paste actions. Note the class must be 
compiled.
Comment 2 Tim Lebedkov 2007-09-19 19:00:23 UTC
ok