> As to your first question, I am just more familiar with tablePanes, and the > tablePane Tutorial on the site covers almost everything I want to do with > it. The Gridpane tutorial doesnt have any Java code attached to it.
For any layout with fixed size rows and columns, I'd recommend GridPane. > For the second part, that makes sense. Is their anything you suggest that > would work? I know tablePanes grow both ways, I could try a TablePane with > one column and one row. Seems kind of rediculous though. It wouldn't have just one row and column - you'd also need a row for your label. So, the first row would have -1 for height, and the second 1*. The column would have 1* for width.
