[Bug swing/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-10-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22151

[Bug swing/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-09-01 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-01 18:27 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug SWING/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 17:20 --- 1: removing the call to handleEvent() in BasicInternalFrameUI$GlassPaneDispatcher.mouseExited fixes the problem, but does it break something else? 2: after maximizing, you have to move the mouse to trigger the

[Bug SWING/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:20 --- Created an attachment (id=9135) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9135action=view) proposed patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22151

[Bug SWING/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:21 --- Patch proposed, should be patched in classpath very shortly. -- What|Removed |Added