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

2006-01-20 Thread hendrich at informatik dot uni-hamburg dot de
--- Comment #33 from hendrich at informatik dot uni-hamburg dot de 2006-01-20 11:37 --- Subject: Re: JMenu layout problem with nested menus Sorry, I can't confirm that the menus are that slow. But you are right, this might be related to the underlying image beeing redrawn. Maybe I

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

2005-11-10 Thread roman at kennke dot org
--- 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

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

2005-11-10 Thread hendrich at informatik dot uni-hamburg dot de
--- Comment #28 from hendrich at informatik dot uni-hamburg dot de 2005-11-10 17:06 --- Could you test this again Cvs update done. For this test, I did run imageviewer with the '-noflicker' option, which should disable the JTree updating and painting and the JTree-related problems.

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

2005-11-09 Thread roman at kennke dot org
--- Comment #25 from roman at kennke dot org 2005-11-09 15:30 --- Subject: Re: JMenu layout problem with nested menus Hi Norman, Am Mittwoch, den 09.11.2005, 13:44 + schrieb hendrich at informatik dot uni-hamburg dot de: --- Comment #24 from hendrich at informatik dot

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

2005-11-07 Thread langel at redhat dot com
--- Comment #9 from langel at redhat dot com 2005-11-07 14:18 --- Subject: Re: JMenu layout problem with nested menus Hi, Thanks for testing this. I think I know the problem, I will look into it now. Lillian On Mon, 2005-11-07 at 08:48 +, hendrich at informatik dot uni-hamburg

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

2005-11-07 Thread hendrich at informatik dot uni-hamburg dot de
--- Comment #11 from hendrich at informatik dot uni-hamburg dot de 2005-11-07 16:22 --- Sorry Lillian, I am still not happy with JPopupMenu... The size of nested submenus seems not to grow anymore after your last fix, but now the initial layout of lightweight popups is broken. I got

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

2005-11-07 Thread hendrich at informatik dot uni-hamburg dot de
--- Comment #12 from hendrich at informatik dot uni-hamburg dot de 2005-11-07 16:23 --- Created an attachment (id=10164) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10164action=view) testcase to show empty popup -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24651

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

2005-11-07 Thread langel at redhat dot com
-- langel at redhat dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |langel at redhat dot com |dot org |

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

2005-11-03 Thread roman at kennke dot org
--- Comment #3 from roman at kennke dot org 2005-11-03 14:48 --- Could you put together a small testprogram? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24651 ___ Bug-classpath mailing list Bug-classpath@gnu.org

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

2005-11-03 Thread langel at redhat dot com
--- Comment #4 from langel at redhat dot com 2005-11-03 15:22 --- Created an attachment (id=10125) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10125action=view) Testcase thats describes this bug This only seems to happen when the other menu items in the menu have a label longer

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

2005-11-03 Thread hendrich at informatik dot uni-hamburg dot de
--- Comment #5 from hendrich at informatik dot uni-hamburg dot de 2005-11-03 15:32 --- Created an attachment (id=10126) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10126action=view) testcase to demonstrate the issue -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24651

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

2005-11-03 Thread langel at redhat dot com
--- Comment #7 from langel at redhat dot com 2005-11-03 16:16 --- This should be fixed now. -- langel at redhat dot com changed: What|Removed |Added