Well, BoxPane seems a poor choice, given that it doesn't propagate size information, leading to the multiple confusions I've been a victim to already.
TablePane is an even worse choice. Unlike the corresponding WPF container (Grid), TablePane requires row and column markup, even if it only contains a single child. I'm thinking StackPane might be the best choice. It seems to be pretty transparent.
