Hi,
I'm trying to implement my own layout manager for a very specialized
situation. Things work nicely all the way to the point where I do
child.setBounds(newBounds);
on each of the figure's children in the layout() method. I would have
expected that would be all there would be to it, but nothing happens --
none of the children become visible on the screen. I've tried to step
through the setBounds() method, but I can't find anything obviously
wrong; the setBounds() ends up in queuing a dirty-region which seems
reasonable enough.
If anybody has a clue as to what I've forgotten, I'd appreciate the help.