making flow layout overlfow
is there any way to make a flow layout overflow onto the next line? I want it to work so that when I add components, rather than resize the window and extend the current line, the new label just overflows onto the next line. perhaps you can suggest a different layout manager? its indefinite how many labels might be added
Re: making flow layout overlfow
camickr's WrapLayout may be what you're looking for.
db
Re: making flow layout overlfow
thanks, that solved the problem