How to get container in a container in any java application?
The main container be able to dynamically insert and remove different
containers.....
thank you
Ryan Stewart - 24 Jan 2004 17:59 GMT
> How to get container in a container in any java application?
> The main container be able to dynamically insert and remove different
> containers.....
> thank you
Have you tried Container.add()?