bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/24651] JMenu layout problem with nested menus


From: roman at kennke dot org
Subject: [Bug swing/24651] JMenu layout problem with nested menus
Date: 10 Nov 2005 15:56:30 -0000


------- Comment #27 from roman at kennke dot org  2005-11-10 15:56 -------
Ok I think I have solved part of the problem. What we did before when painting
overlapping components (like popupmenus over the GUI) is to paint all
components in the stack, from the bottom to the top, regardless if they are
visible. The performance problems that you saw probably came from painting the
underlying image, which can be expensive in some cases (scaling). I checked in
an optimization that really only paints what is visible and ignores the
underlying components if they are not in the paint clip. Could you test this
again


-- 

roman at kennke dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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





reply via email to

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