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

Summary: ArrayIndexOutOfBoundsException: 0
Product: platform Reporter: n_francisdahryl1495
Component: PaletteAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: wjdhamilton
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196272
Attachments: stacktrace

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