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 255329 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 12:23 UTC by n_francisdahryl1495
Modified: 2015-09-16 12:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196272


Attachments
stacktrace (1.18 KB, text/plain)
2015-09-16 12:23 UTC, n_francisdahryl1495
Details

Note You need to log in before you can comment on or make changes to this bug.
Description n_francisdahryl1495 2015-09-16 12:23:24 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
n_francisdahryl1495: I was searching for table in swing container, then an error occured. When I searched it to google. Netbeans has table in swing container

GUEST: palette window not displaying anything

GUEST: ok button missing

wjdhamilton: Added a category to the palette called "HorizonClasses", deleted it by right clicking on the category title in the palette and selecting delete. 

Palette became blank. Resetting had no visible effect.

Tried searching for "class" in search box. 

Exception thrown

GUEST: I was searching for a visual component in the palette by writting its name




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.modules.palette.ui.PalettePanel$9.run(PalettePanel.java:746)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 n_francisdahryl1495 2015-09-16 12:23:27 UTC
Created attachment 156209 [details]
stacktrace