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