Thread
:
Trying to use Graphics draw methods
View Single Post
#
6
(
permalink
)
03-26-2008, 06:49 AM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,022
Then try adding a call to
revalidate
Code:
this.remove(boardCanvas); revalidate()
which tells the parent component to do a new layout.
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired