It's already explained above. You're not removing the old JPanel object but rather are creating a new JPanel object and trying to remove it before it's been even added (makes no sense), and are leaving the old JPanel in place.
You must be a much better Swing coder than I since the Sun Swing tutorials seem pretty darn advanced to me, and I still don't know half of what is contained in them.Quote:
Also, where are the tutorials? Other than the basic intro, I haven't seen any in-depth tutorials on the sun site.

