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 100622 - Drag and drop in Other Components white space
Summary: Drag and drop in Other Components white space
Status: VERIFIED DUPLICATE of bug 100620
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 15:00 UTC by Jiri Vagner
Modified: 2007-08-20 10:23 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 Jiri Vagner 2007-04-11 15:03:31 UTC
Create new form
Click outside of frame area
Try drag and drop
NPE will raise

NetBeans IDE Dev (Build 200704101800)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Linux version 2.6.17-10-386 running on i386
en_US (nb); UTF-8

java.lang.NullPointerException
	at org.netbeans.modules.form.HandleLayer.getComponentsToDrag(HandleLayer.java:849)
	at org.netbeans.modules.form.HandleLayer.mouseDragged(HandleLayer.java:1592)
	at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:302)
	at java.awt.Component.processMouseMotionEvent(Component.java:6086)
	at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3278)
	at java.awt.Component.processEvent(Component.java:5807)
Comment 1 Jiri Vagner 2007-04-11 22:18:40 UTC
I'm sorry, this issue is just a copy of issue #100620. 

*** This issue has been marked as a duplicate of 100620 ***
Comment 2 Jiri Vagner 2007-08-20 10:23:17 UTC
Verified