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 3100 - Moving component palette throws an exception.
Summary: Moving component palette throws an exception.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All Linux
: P4 normal (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-04 02:12 UTC by Marian Petras
Modified: 2008-12-23 11:36 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 Marian Petras 1999-08-04 02:12:12 UTC
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 4
	at java.util.Vector.get(Vector.java:692)
	at com.netbeans.developer.impl.windows.toolbars.ToolbarConfiguration.moveHorizontal(ToolbarConfiguration.java:649)
	at com.netbeans.developer.impl.windows.toolbars.ToolbarConfiguration.dragToolbar(ToolbarConfiguration.java:731)
	at org.openide.awt.Toolbar.fireDragToolbar(Toolbar.java:124)
	at org.openide.awt.Toolbar.mouseDragged(Toolbar.java:164)
	at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:260)
	at java.awt.Component.processMouseMotionEvent(Component.java:3170)
	at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:1753)
	at java.awt.Component.processEvent(Component.java:2969)
	at java.awt.Container.processEvent(Container.java:987)
	at java.awt.Component.dispatchEventImpl(Component.java:2376)
	at java.awt.Container.dispatchEventImpl(Container.java:1032)
	at java.awt.Component.dispatchEvent(Component.java:2289)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:1944)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:1721)

	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1645)
	at java.awt.Container.dispatchEventImpl(Container.java:1019)
	at java.awt.Window.dispatchEventImpl(Window.java:714)
	at java.awt.Component.dispatchEvent(Component.java:2289)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:16:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:57:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:14:18 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.