If the Label is contained in a TablePane (even if the Label is contained in a BoxPane w/c is contained by the TablePane), the column where it is located should have a width or 1*, it won't work if it's -1
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 >