Sets the z-index (layering) order of this element relative to the other elements in its container.
public void setZIndex( int i )
i
The z-index value of this element.
The element with the highest number z-index in any specified container is displayed over all other elements. Elements with lower numbers are progressively farther back in the display layering.
See Also getZIndex