$ diff TableLayoutRow.java_1.1-BETA-1 TableLayoutRow.java_patch 85,93d84 < // are we the last cell in the row < if ( iter.hasNext() ) { < // not last in row < c.gridwidth = GridBagConstraints.RELATIVE; < } < else { < // end of row < c.gridwidth = GridBagConstraints.REMAINDER; < }