On Monday 12 May 2003 11:06 am, Nicolas Kratz wrote: > Did you call validate() after adding the new component? If resizing the > window shows the new Panel subclass, that is most likely the solution.
Brilliant, i was calling inValidate() not validate(). The lesson here is don't drink copious amounts of beer while programming :) Thanks, you've really saved my neck here. Tom