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 4425 - Clicking over a form issues java.lang.InternalError: RAD Node Null
Summary: Clicking over a form issues java.lang.InternalError: RAD Node Null
Status: CLOSED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-10 19:09 UTC by Jan Palka
Modified: 2003-06-30 18:28 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 Jan Palka 1999-10-10 19:09:15 UTC
I have not found a precise recipe how to reproduce it.  But it seem that it`s related with this behavior (bug)
- create a new form
- use CardLayout
- put JButton inside, cut it and paste it
- now you the form window doesn`t accept mouse events
( and after some playing the exception occurs.
I have seen the exception also for GridLayout but not for BorderLayout
java.lang.InternalError: RAD Node Null
	at com.netbeans.developer.modules.loaders.form.FormManager2$ManagerMouseAdapter.mousePressed(FormManager2.java:1035)
	at com.netbeans.developer.modules.loaders.form.FormManager2$MouseProcessor.mousePressed(FormManager2.java:872)
	at com.netbeans.developer.modules.loaders.form.LightweightLayer$1.mousePressed(LightweightLayer.java:47)
	at java.awt.Component.processMouseEvent(Component.java:3157)
	at java.awt.Component.processEvent(Component.java:2999)
	at java.awt.Component.dispatchEventImpl(Component.java:2394)
	at java.awt.Component.dispatchEvent(Component.java:2307)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2043)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:1821)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1730)
	at java.awt.Container.dispatchEventImpl(Container.java:1022)
	at java.awt.Window.dispatchEventImpl(Window.java:749)
	at java.awt.Component.dispatchEvent(Component.java:2307)

	at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
	at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
Comment 1 Tomas Pavek 2000-07-13 11:45:59 UTC
*** Bug 4364 has been marked as a duplicate of this bug. ***
Comment 2 Marek Grummich 2000-07-25 09:19:59 UTC
Priority is changed to P4 (normal).
Comment 3 Quality Engineering 2003-06-30 18:20:55 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-06-30 18:28:17 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.