This demo illustrates each type of component that comes with the AppProjector.
Menus can be tested at the top of the screen, while the tests for all other components are within their own separate windows that pop up when the corresponding button is pressed.
The XML that describes each of the screens can be seen by pressing the "Show XML" button on the bottom right corner of each screen. This shows how easy it is to develop screens in the AppProjector.
If you open the Table, Textfield, and List test windows you will note that the data in these controls are all syncrhonized. When you use the table or list to change the current row, the data in the text fields changes. This coordination of data between different windows is automatically provided by the Model View Control (MVC) architecture that binds these data aware controls to their respective data sources.