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 18919

Summary: CapabilityNotSetException while getting appearance
Product: contrib Reporter: Jan Becicka <jbecicka>
Component: Java3DAssignee: issues@contrib <issues>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Jan Becicka 2001-12-22 09:26:42 UTC
Sat Dec 15 18:38:08 CET 2001: javax.media.j3d.CapabilityNotSetException: 
Shape3D: no capability to get appearance
javax.media.j3d.CapabilityNotSetException: Shape3D: no capability to get 
appearance
        at javax.media.j3d.Shape3D.getAppearance(Shape3D.java:487)
        at com.sun.j3d.utils.geometry.Primitive.getAppearance
(Primitive.java:185)
        at 
com.sun.j3d.demos.j3dedit.scenegrapheditor.nodeeditors.panels.PrimitiveGeometryP
anel.getAppearance(PrimitiveGeometryPanel.java:46)
        at 
com.sun.j3d.demos.j3dedit.scenegrapheditor.nodeeditors.panels.PrimitiveGeometryP
anel.startEdit(PrimitiveGeometryPanel.java:36)
        at 
com.sun.j3d.demos.j3dedit.scenegrapheditor.nodeeditors.EditorManager.editNode
(EditorManager.java:196)
        at 
com.sun.j3d.demos.j3dedit.scenegrapheditor.NodeEditControl.editCurrentNode
(NodeEditControl.java:102)
        at 
com.sun.j3d.demos.j3dedit.scenegrapheditor.J3dTreeFrame.editMActionPerformed
(J3dTreeFrame.java:518)
        at com.sun.j3d.demos.j3dedit.scenegrapheditor.J3dTreeFrame.access$000
(J3dTreeFrame.java:31)
        at 
com.sun.j3d.demos.j3dedit.scenegrapheditor.J3dTreeFrame$1.actionPerformed
(J3dTreeFrame.java:168)
        at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1767)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
(AbstractButton.java:1820)
        at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:419)
        at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:257)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick
(BasicMenuItemUI.java:1092)
        at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased
(BasicMenuItemUI.java:932)
        at java.awt.Component.processMouseEvent(Component.java:5021)
        at java.awt.Component.processEvent(Component.java:4818)
        at java.awt.Container.processEvent(Container.java:1380)
        at java.awt.Component.dispatchEventImpl(Component.java:3526)
        at java.awt.Container.dispatchEventImpl(Container.java:1437)
        at java.awt.Component.dispatchEvent(Component.java:3367)
        at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3214)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
[catch] at java.awt.Container.dispatchEventImpl(Container.java:1423)
        at java.awt.Component.dispatchEvent(Component.java:3367)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:190)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:144)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Comment 1 Paul Byrne 2002-05-03 23:45:00 UTC
Under what circumstances is this exception thrown ? In my
tests Appearance changes work OK
Comment 2 Jan Becicka 2002-05-07 13:22:25 UTC
It happened only once. I'll try to reproduce it.