This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16725] New: GridBagLayout ignores weight values for zero size columns/rows
- From: "gcc-bugzilla at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jul 2004 20:22:49 -0000
- Subject: [Bug AWT/16725] New: GridBagLayout ignores weight values for zero size columns/rows
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Description of problem:
GridBagLayout doesn't distribute extra display area properly when
there are zero-size columns or rows with positive weight values.
Steps to Reproduce:
1. run Acunia's GridBagLayout/DynamicLayout test
2. remove all buttons, except No. 2, 6 and 8
3. compare with Sun's implementation
------- Additional Comments From djee at redhat dot com 2004-02-16 12:43 -------
Fixed in java-gui-branch. Please verify.
------- Additional Comments From fitzsim at redhat dot com 2004-05-18 15:58 -------
Verified; fixed on java-gui-branch.
--
Summary: GridBagLayout ignores weight values for zero size
columns/rows
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: AWT
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: djee at redhat dot com
CC: djee at redhat dot com,gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16725