static void revalidate(Component c) { if (c == null || !c.isShowing()) ret; // magic combo to actually relayout and repaint c.revalidate(); c.repaint(); }