Say I have a frame with two panels A & B. But now I want to just show one panel, so I type remove(A); but panel A still shows up. How do I actually remove the panel from the frame?
Do I need to remove(A); and then "refresh" the window? How do I do that?
Do I need to remove(A); and then "refresh" the window? How do I do that?