Modifying the User Interface

Nexaweb Ajax and Java projects include ajax-index.xal or java-index.xal pages as the default application launch page. This is the default page on which to begin defining your UI. To change the default launch page for an application project, see Nexaweb Application Overview.

You can edit your XAL or NXML file in the Nexaweb Visual Editor's drag and drop interface by adding Layout panes (or layout managers for NXML files), which control the layout of components on the page, and components to your UI.

You can add layout panes to your XAL file UI by:

You can add layout managers to your NXML file UI by:

You can add components to your UI by:

Note: The default layout for containers in XAL files is freePane, and in NXML files it is FreeLayout.