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 70812 - java.lang.ClassCastException: sun.awt.image.BufImgSurfaceData
Summary: java.lang.ClassCastException: sun.awt.image.BufImgSurfaceData
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-27 10:56 UTC by joseaio
Modified: 2005-12-27 11: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 joseaio 2005-12-27 10:56:30 UTC
java.lang.ClassCastException: sun.awt.image.BufImgSurfaceData
	at apple.laf.AquaImageFactory.drawCompleteButton(AquaImageFactory.java:306)
	at apple.laf.AquaButtonBorder.paintButton(AquaButtonBorder.java:230)
	at apple.laf.AquaButtonUI.paint(AquaButtonUI.java:376)
	at javax.swing.plaf.ComponentUI.update(ComponentUI.java:154)
	at javax.swing.JComponent.paintComponent(JComponent.java:742)
	at org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI$TimerButton.paintComponent
(BasicScrollingTabDisplayerUI.java:346)
	at javax.swing.JComponent.paint(JComponent.java:1005)
	at javax.swing.JComponent.paintChildren(JComponent.java:842)
	at javax.swing.JComponent.paint(JComponent.java:1014)
	at javax.swing.JComponent.paintChildren(JComponent.java:842)
	at javax.swing.JComponent.paint(JComponent.java:1014)
	at javax.swing.JComponent.paintChildren(JComponent.java:842)
	at javax.swing.JComponent.paint(JComponent.java:1014)
	at javax.swing.JComponent._paintImmediately(JComponent.java:4881)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4667)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:477)
[catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run
(SystemEventQueueUtilities.java:114)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 joseaio 2005-12-27 11:19:19 UTC
this is a BUG in apple JVM installing the last version (J2SE-5.0-Release4DeveloperPreview4) must be fixed