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 7082 - If you try to invoke custom property editor of Preferences -> Editor Settings -> Scroll Find Insets (Scroll Jump Insets) java.util.MissingResourceException is thrown.
Summary: If you try to invoke custom property editor of Preferences -> Editor Settings...
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-18 08:28 UTC by Jiri Skrivanek
Modified: 2007-11-05 13: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 Jiri Skrivanek 2000-07-18 08:28:18 UTC
[1057]

Tue Jul 18 09:24:02 CEST 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key SICE_Top
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key SICE_Top
        at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
        at java.util.ResourceBundle.getString(ResourceBundle.java:354)
        at
org.netbeans.modules.editor.options.ScrollInsetsCustomEditor.initComponents(ScrollInsetsCustomEditor.java:123)
        at
org.netbeans.modules.editor.options.ScrollInsetsCustomEditor.<init>(ScrollInsetsCustomEditor.java:43)
        at
org.netbeans.modules.editor.options.ScrollInsetsEditor.getCustomEditor(ScrollInsetsEditor.java:42)
        at
org.openide.explorer.propertysheet.PropertyDetails.getPropertyCustomEditor(PropertyDetails.java:459)
        at
org.openide.explorer.propertysheet.PropertyDisplayer$CustomPEListener.sheetButtonClicked(PropertyDisplayer.java:861)
        at
org.openide.explorer.propertysheet.SheetButton.notifySheetButtonListenersAboutClick(SheetButton.java:362)
        at
org.openide.explorer.propertysheet.SheetButton$InnerListener.mouseReleased(SheetButton.java:434)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1165)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1214)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2452)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2217)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2126)
        at java.awt.Container.dispatchEventImpl(Container.java:1201)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
        at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Quality Engineering 2003-06-30 18:10:04 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.