JDK-4014289 : GridBagLayout should use a vector instead of hardcoding the number of elements
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1996-11-12
  • Updated: 2000-06-13
  • Resolved: 2000-06-13
Related Reports
Duplicate :  
Description
Currently GridBagLayout hardcodes the maximum number of elements.
This should be allowed to grow as needed by using a Vector or
other appropriate approach.

Comments
EVALUATION We should definitely fix this for Merlin, if not for Ladybird. eric.hawkes@eng 1999-12-13
13-12-1999