This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work
- From: "rodimina at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2004 20:51:50 -0000
- Subject: [Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work
- References: <20040628204447.16252.rodimina@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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