-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.1.5, 1.1.6, 1.1.8_003
-
generic
-
generic
Name: dgC58589 Date: 01/28/98
java.awt.GridBagLayout does not remove all knowledge of a component when the component is removed from the associated Container. The component is not removed for the GridBagLayout's Hashtable of constraints.
This is major problem if you serialize/deserialize a GridBagLayout. If you remove a component from the container the GridBagLayout continues to have reference to the object so the serialization file continues to have a dependency on the component's class.
(Review ID: 23958)
======================================================================