Hello, when I try to run one of my java apps an exception named java.lang.InternalError: not implemented yet appears if I use some swing components (I think JDesktopPane or JTreeView could cause the problem). The detailed description I attatch in a file. It is not thrown during instanciation of the swing components... can anyone help? by the way I use Blackdown-1.4.1-beta but I had the same problem when I tried to use a jdk 1.4 from sun. with jdk 1.3.1 the same source worked.
Thanks, Raphael -- procreo GbR Internet- und Softwarelösungen Kochgasse 1 73630 Remshalden www: http://www.procreo.de
java.lang.InternalError: not implemented yet at sun.awt.X11SurfaceData.getRaster(X11SurfaceData.java:155) at sun.java2d.loops.OpaqueCopyAnyToArgb.Blit(CustomComponent.java:67) at sun.java2d.loops.GraphicsPrimitive.convertFrom(GraphicsPrimitive.java:451) at sun.java2d.loops.MaskBlit$General.MaskBlit(MaskBlit.java:186) at sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Blit.java:170) at sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:658) at sun.java2d.pipe.DrawImage.renderSurfaceData(DrawImage.java:386) at sun.java2d.pipe.DrawImage.clipAndRenderSurfaceData(DrawImage.java:364) at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:66) at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:50) at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:749) at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2803) at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2793) at javax.swing.plaf.metal.MetalIconFactory$FolderIcon16.paintIcon(MetalIconFactory.java:1417) at javax.swing.plaf.basic.BasicLabelUI.paint(BasicLabelUI.java:152) at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142) at javax.swing.JComponent.paintComponent(JComponent.java:541) at javax.swing.JComponent.paint(JComponent.java:808) at javax.swing.tree.DefaultTreeCellRenderer.paint(DefaultTreeCellRenderer.java:397) at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:134) at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1380) at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1171) at javax.swing.plaf.metal.MetalTreeUI.paint(MetalTreeUI.java:143) at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142) at javax.swing.JComponent.paintComponent(JComponent.java:541) at javax.swing.JComponent.paint(JComponent.java:808) at javax.swing.JComponent.paintChildren(JComponent.java:647) at javax.swing.JComponent.paint(JComponent.java:817) at javax.swing.JViewport.paint(JViewport.java:707) at javax.swing.JComponent.paintChildren(JComponent.java:647) at javax.swing.JComponent.paint(JComponent.java:817) at javax.swing.JComponent.paintChildren(JComponent.java:647) at javax.swing.JSplitPane.paintChildren(JSplitPane.java:1021) at javax.swing.JComponent.paint(JComponent.java:817) at javax.swing.JComponent.paintChildren(JComponent.java:647) at javax.swing.JComponent.paint(JComponent.java:817) at javax.swing.JComponent.paintChildren(JComponent.java:647) at javax.swing.JComponent.paint(JComponent.java:817) at javax.swing.JLayeredPane.paint(JLayeredPane.java:552) at javax.swing.JComponent.paintChildren(JComponent.java:647) at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4778) at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4724) at javax.swing.JComponent.paint(JComponent.java:798) at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21) at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60) at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97) at java.awt.Container.paint(Container.java:1309) at sun.awt.RepaintArea.paint(RepaintArea.java:177) at sun.awt.motif.MComponentPeer.handleEvent(MComponentPeer.java:374) at java.awt.Component.dispatchEventImpl(Component.java:3658) at java.awt.Container.dispatchEventImpl(Container.java:1623) at java.awt.Window.dispatchEventImpl(Window.java:1585) at java.awt.Component.dispatchEvent(Component.java:3439) at java.awt.EventQueue.dispatchEvent(EventQueue.java:450) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136) at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)