The calculateLayout method always returns a (0,0,0,0)
rectangle (no assignment to maxRect from the union
method), and doesn't take into account the Insets.
Then the layout method layouts the all the children one on
top of the other with the same size and position (origin,
corner) as the composite parent figure, namely an empty
rectangle at position (0, 0).
Logged In: YES
user_id=14568
Hi Wolfram,
As you requested, I'm attaching the "patched" SimpleLayouter to
this message.
As I said, it works better but still not as it should
SimpleLayouter.java