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 3057 - Setting the Cursor property an exception issued
Summary: Setting the Cursor property an exception issued
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-03 01:18 UTC by Jan Palka
Modified: 2002-07-19 15:19 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 Jan Palka 1999-08-03 01:18:12 UTC
java.lang.IllegalAccessException
        at com.netbeans.developer.modules.loaders.form.RADComponent.getPropertyValue(RADComponent.java:461)
        at com.netbeans.developer.modules.loaders.form.RADComponent$RADPropertyImpl.getValue(RADComponent.java:607)
        at org.openide.explorer.propertysheet.PropertyDetails.getPropertyValue(PropertyDetails.java:144)
        at org.openide.explorer.propertysheet.PropertyDisplayer$9.sheetButtonClicked(PropertyDisplayer.java:695)
        at org.openide.explorer.propertysheet.SheetButton.notifySheetButtonListenersAboutClick(SheetButton.java:387)
        at org.openide.explorer.propertysheet.SheetButton.mouseReleased(SheetButton.java:457)
        at java.awt.Component.processMouseEvent(Component.java:3160)
        at java.awt.Component.processEvent(Component.java:2999)
        at java.awt.Container.processEvent(Container.java:990)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)
        at java.awt.Container.dispatchEventImpl(Container.java:1035)

        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2043)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:1827)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1730)
        at java.awt.Container.dispatchEventImpl(Container.java:1022)
        at java.awt.Window.dispatchEventImpl(Window.java:749)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
Comment 1 Marek Grummich 2000-07-25 09:37:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2000-07-27 17:54:59 UTC
Bug assigned to the module owner.