| Issue 63: | InternalFrame error on Ubuntu 10.04 | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. From the showcase, open the Layout node. 2. 3. What is the expected output? What do you see instead? I should see the layout's preview, but i got a clean screen, the layouts starts to popup when mouse cursor passes on them. This is the error from the Java Console : Exception in thread "AWT-EventQueue-0" java.lang.AssertionError: component is not JInternalFrame or JInternalFrame.JDesktopIcon at com.sun.java.swing.plaf.gtk.Metacity.updateFrameGeometry(Metacity.java:1412) at com.sun.java.swing.plaf.gtk.Metacity.paintButtonBackground(Metacity.java:202) at com.sun.java.swing.plaf.gtk.GTKPainter.paintButtonBackground(GTKPainter.java:243) at javax.swing.plaf.synth.SynthButtonUI.paintBackground(SynthButtonUI.java:233) at javax.swing.plaf.synth.SynthButtonUI.update(SynthButtonUI.java:205) at javax.swing.JComponent.paintComponent(JComponent.java:752) at javax.swing.JComponent.paint(JComponent.java:1029) at javax.swing.JComponent.paintChildren(JComponent.java:862) at javax.swing.JComponent.paint(JComponent.java:1038) at javax.swing.JComponent.paintChildren(JComponent.java:862) at javax.swing.JComponent.paint(JComponent.java:1038) at javax.swing.JComponent.paintChildren(JComponent.java:862) at javax.swing.JComponent.paint(JComponent.java:1038) at javax.swing.JLayeredPane.paint(JLayeredPane.java:567) at javax.swing.JComponent.paintToOffscreen(JComponent.java:5124) at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:278) at javax.swing.RepaintManager.paint(RepaintManager.java:1224) at javax.swing.JComponent._paintImmediately(JComponent.java:5072) at javax.swing.JComponent.paintImmediately(JComponent.java:4882) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:785) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:713) at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:693) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:125) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) What version of the product are you using? On what operating system? Ubuntu 10.04 Kernel : 2.6.32-26-generic-pae java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode) Please provide any additional information below. It's the only application of the showcase that gives error, the other works pretty good.Looks like a problem with the InternalFrames.
Dec 17, 2010
Project Member
#1
bartolom...@gmail.com
Status:
Accepted
|