This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work


------- Additional Comments From rodimina at redhat dot com  2004-06-28 20:51 -------
Created an attachment (id=6644)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6644&action=view)
The following test program demonstrates the bug described above.

This program displays 3 buttons in a container which is using GridBagLayout.
When user presses first button, the button's text is changed to a longer label
and container is revalidated & repainted. After this happens, container size
should	be larger, s.t. text of the first button is visible. However this
doesn't happen when using gcj.

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]