View Single Post
  #6 (permalink)  
Old 03-26-2008, 06:49 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,022
hardwired is on a distinguished road
Then try adding a call to revalidate
Code:
this.remove(boardCanvas); revalidate()
which tells the parent component to do a new layout.
Reply With Quote