classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: JInternalFrame fix


From: Lillian Angel
Subject: [cp-patches] Patch: JInternalFrame fix
Date: Thu, 22 Dec 2005 15:59:05 -0500

Fixes bug 25124

2005-12-22  Lillian Angel  <address@hidden>
        
        PR classpath/25124
        * javax/swing/JInternalFrame.java
        (show): Removed call moveToFront. Listeners already call
        toFront, which calls moveToFront.
        * javax/swing/JLayeredPane.java
        (setPosition): Positions are assigned from the "front"
        to the "back", and drawn from the back towards the front. Added
        a loop to swap all the components, so they are in the correct
        layer.

Attachment: patch.diff
Description: Text Data


reply via email to

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