bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/25256] JSplitPane broken


From: mark at gcc dot gnu dot org
Subject: [Bug swing/25256] JSplitPane broken
Date: 4 Dec 2005 21:30:50 -0000


------- Comment #1 from mark at gcc dot gnu dot org  2005-12-04 21:30 -------
This was broken by the following patch

2005-11-17  Roman Kennke  <address@hidden>

        * java/awt/Container.java
        (Container): Added comment.
        (remove): Only call removeNotify if removed component is still
        showing.
        (paintComponents): Call paint() instead of super.paint().
        (AccessibleContainerHandler.AccessibleContainerHandler): Added
        comment.
        (LightweightDispatcher.acquireComponentForMouseEvent):
        Don't special case MOUSE_RELEASED events. They should be
        dispatched unmodified just as MOUSE_PRESSED.
        (LightweightDispatcher.handleEvent): Also clean up the pressCount
        after a MOUSE_


-- 

mark at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |roman at kennke dot org
                   |dot org                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25256





reply via email to

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