Martin.Trummer
31 Jul 2008, 3:41 AM
1)) shouldn't it be parameterized?
public Iterator<T> iterator() {}
2) when I iterate over the components, and call it.remove() the components are not removed correctly
calling Container.removeAll() on LayoutContainer works, but shouldn't it.remove() do the same?
public Iterator<T> iterator() {}
2) when I iterate over the components, and call it.remove() the components are not removed correctly
calling Container.removeAll() on LayoutContainer works, but shouldn't it.remove() do the same?