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 192231 - when i add JInternalFrame in jApplet Form
Summary: when i add JInternalFrame in jApplet Form
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Linux
: P1 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-21 02:57 UTC by marti1125
Modified: 2010-11-21 09:44 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 marti1125 2010-11-21 02:57:23 UTC
[ BUILD # : 201011200001 ]
[ JDK VERSION : 1.6.22 ]

when i add JInternalFrame in jApplet Form This error occurs once Please check
it carefully.

java.lang.AssertionError
	at
org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.j
ava:756)
	at
org.netbeans.modules.form.HandleLayer$NewComponentDrag.end(HandleLayer.java:3109
)
	at
org.netbeans.modules.form.HandleLayer$ComponentDrag.end(HandleLayer.java:2477)
	at org.netbeans.modules.form.HandleLayer.endDragging(HandleLayer.java:1261)
	at org.netbeans.modules.form.HandleLayer.mousePressed(HandleLayer.java:1952)
	at java.awt.Component.processMouseEvent(Component.java:6264)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
	at java.awt.Component.processEvent(Component.java:6032)
	at java.awt.Container.processEvent(Container.java:2041)
	at java.awt.Component.dispatchEventImpl(Component.java:4630)
	at java.awt.Container.dispatchEventImpl(Container.java:2099)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4235)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
	at java.awt.Container.dispatchEventImpl(Container.java:2085)
	at java.awt.Window.dispatchEventImpl(Window.java:2478)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:138)
[catch] at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269
)
	at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174
)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Jan Stola 2010-11-21 09:44:42 UTC
I am sorry, but the attached stack trace is not sufficient to track the problem down. In addition, the mentioned steps are too general. I am able to add JInternalFrame into JApplet form without any problem => closing as incomplete. 

Feel free to reopen this issue if you are still able to reproduce the exception, but do not forget to provide _exact_ steps to reproduce then. Thank you in advance.