1
Reply

Can We add the same component on more than one Container?

aarti kondapure

aarti kondapure

15y
6.4k
0
Reply

    Each GUI component can be contained only once. If a component is already in a container and you try to add it to another container, the component will be removed from the first container and then added to the second.