It seems in Sun's infinite wisdom that a node in a JTree must have at least 1 child in order for there to be an expansion control next to the node. I don't want to load my tree structure all at once and so I'm getting each node's children a node at a time when it is either ...