JDeveloper lets you modify the order in which components, which have been visually stacked one on top of another, appear in the UI design. The topmost component specified by Z-order is the one which the user sees at runtime by default.
Note: Although the Java Visual Editor only displays the topmost component in a stack, you can view the Z-order of the stack in the Structure window: the topmost component appears first in the list of nodes, followed by the next component in the stack, and so on. When you change the Z-order, the Structure window is updated to display the new order.
To change the Z-order of the topmost component:
OR
Click
in the Java Visual Editor toolbar.
To change the Z-order of a component that is not visually on top:
OR
Click the corresponding buttons in the Java Visual Editor toolbar:
and
.
About Containers
Working with Layout Managers
Copyright © 1997, 2004, Oracle. All rights reserved.