Re: algorithmic question

Adam Megacz <[email protected]> Thu, 01 Apr 2004 02:38:12 -0800
Newsgroups gmane.comp.java.xwt.core
Organization XWT
Message-ID <[email protected]>
Charles Goodwin <[email protected]> writes:
> There definitely needs to be two different directions for resizing, one
> for the parent to resize and propogate changes downwards and another for
> a child resizing with changes propogated upwards.

Right; see NEEDS_REFLOW (upwards) and reflow() (downwards).

> I'm reluctant to take this on because I really am far from in a
> position, Java talent wise, to implement it properly.

I'm impressed with how well you've figured out the details of the
reflow algorithm.  I can take care of the implementation.

  - a