Reordering components within the same container
A container is a Java visual component (for example, a Panel) that can contain other components. (Examples of containers are the AWT Dialog, Frame, and Panel, as well as the Swing JPanel, JDialog and JFrame.) The order of components within their parent container may determine the order in which they appear visually. For some layouts (such as Flow Layout), modifying the order is the only way to modify the way components are laid out.
To change the order of components in the Component Inspector, either:
Contents | Prev | Next | Index |