[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/23931] ToolKit.createImage() throws unexpected IllegalArgumentE
From: |
multix at gmail dot com |
Subject: |
[Bug awt/23931] ToolKit.createImage() throws unexpected IllegalArgumentException |
Date: |
24 Jan 2006 10:28:34 -0000 |
------- Comment #2 from multix at gmail dot com 2006-01-24 10:28 -------
I find this bug very inconvenient and it makes some programs fail or behave
incorrectly.
mark's patch improves the situation a tiny but, but causes other problems. It
causes me this exception:
Exception during event dispatch:
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.hasNext (HashMap.java:857)
at gnu.java.awt.peer.gtk.GtkToolkit$GtkErrorImage$1.startProduction
(GtkToolkit.java:206)
at gnu.java.awt.peer.gtk.GtkImage.<init> (GtkImage.java:193)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:237)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:221)
at gnu.java.awt.peer.gtk.GdkGraphics.drawImage (GdkGraphics.java:227)
at javax.swing.ImageIcon.paintIcon (ImageIcon.java:407)
at javax.swing.plaf.basic.BasicLabelUI.paint (BasicLabelUI.java:169)
at javax.swing.plaf.ComponentUI.update (ComponentUI.java:193)
at javax.swing.JComponent.paintComponent (JComponent.java:1830)
at javax.swing.JComponent.paint (JComponent.java:1700)
at javax.swing.JViewport.paintSimple (JViewport.java:799)
at javax.swing.JViewport.paintBackingStore (JViewport.java:827)
at javax.swing.JViewport.paintBlit (JViewport.java:897)
at javax.swing.JViewport.paint (JViewport.java:507)
at javax.swing.JComponent.paintChildren (JComponent.java:1798)
at javax.swing.JComponent.paint (JComponent.java:1702)
at javax.swing.JComponent.paintChildren (JComponent.java:1798)
at javax.swing.JComponent.paint (JComponent.java:1702)
at javax.swing.JComponent.paintChildren (JComponent.java:1798)
at javax.swing.JComponent.paint (JComponent.java:1702)
at javax.swing.JComponent.paintChildren (JComponent.java:1798)
at javax.swing.JComponent.paint (JComponent.java:1702)
at javax.swing.JComponent.paintDoubleBuffered (JComponent.java:1925)
at javax.swing.JComponent.paintImmediately2 (JComponent.java:1898)
at javax.swing.JComponent.paintImmediately (JComponent.java:1882)
at javax.swing.RepaintManager.paintDirtyRegions (RepaintManager.java:579)
at javax.swing.RepaintManager$RepaintWorker.run (RepaintManager.java:115)
at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:200)
at java.awt.EventQueue.dispatchEvent (EventQueue.java:465)
at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)
at java.lang.VMThread.run (VMThread.java:123)
--
multix at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |multix at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23931
- [Bug awt/23931] ToolKit.createImage() throws unexpected IllegalArgumentException,
multix at gmail dot com <=