[Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work
rodimina at redhat dot com
gcc-bugzilla@gcc.gnu.org
Mon Jun 28 21:20:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list