classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: #13507 JInternalFrame causes OutOfMemory Exception


From: Anthony Balkissoon
Subject: [cp-patches] Patch: #13507 JInternalFrame causes OutOfMemory Exception
Date: Thu, 23 Jun 2005 14:13:51 -0400

The following patch is pending approval.

Fixes bug #13507 where JInternalFrames were causing OutOfMemory
Exceptions.  A variable (lastComponentEntered) was not properly being
set to null before dispatching an event whose handler relied on it being
null.  Patch is attached.

2005-06-23  Anthony Balkissoon  <address@hidden>
        * javax/swing/plaf/basic/BasicInternalFrameUI.java:
        (GlassPaneDispatcher.acquireComponentForMouseEvent): Use
        temp variable to set lastComponentEntered to null _before_
        dispatching MOUSE_EXITED events, otherwise we get infinite
        loop.

-Tony

Attachment: JInternalFrameOutOfMemory.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]