This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug SWING/17360] JScrollPane has incorrect size when JList with specified size is added to it
- From: "abalkiss at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2005 19:19:01 -0000
- Subject: [Bug SWING/17360] JScrollPane has incorrect size when JList with specified size is added to it
- References: <20040908212651.17360.rodimina@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From abalkiss at redhat dot com 2005-06-20 19:18 -------
Problem may be with layout managers instead of JScrollPane. Run the test case
from Additional Comment #1 and try changing the JFrame's layout manager to
BoxLayout or GridLayout. The problem no longer surfaces.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17360