removeAll not removing at next validate?

When updating a visible GUI the code should be:

panel.revalidate();
panel.repaint(); // sometimes needed, this appears to be one of them

Leave a Comment