How to Clear All Child Panels from a Panel?
-
Does anyone know how to do this?
-
for(child in myMainPanel.getChildPanelList()) child.removeFromParent();
Keep in mind, this only works if you use .addChildPanel() to add a child to the panel.
-
This post is deleted! -
@Dan-Korneff Thank you Dan - clever.
-