ses - 2010-01-31

This was posted by myself, I have since realised this was a programming error in my application - I was sharing the child panel by using an enum with it as one of the members and not creating a new one for each instance of the application. As a result this had the effect of the panel being added twice to the same parent panel.