If you're using table panes with only 1 row and column, then perhaps you don't need them at all - can you send a snippet of WTKX so we can have a look at your specific case?
On Thu, Oct 1, 2009 at 4:03 AM, Vicente de Rivera III < thirdy.deriv...@gmail.com> wrote: > How about a BoxPane that fills both vertically and horizontally? The same > as a TablePane with 1* width column and a couple of 1* height row. > > Right now in my code, I have lots of TablePane code, I was hoping if > there's a better way. > > btw, took me sometime to figure out that wrapText for Labels that has a > parent BoxPane, works only if the parent BoxPane has an orientation and the > style fill:true >