Z-order in JavaFX is actually the order in the scenegraph, eg. in the content sequence of the scene (then in the contents of the groups, containers, etc.).
All nodes have also toFront() and toBack() functions to help changing this order.
For finer control, you have to remove nodes from one place and insert it higher or lower in the sequence.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…