<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" viewSourceURL="srcview/index.html">
    <!--
        The following code contained in this chapter's bundle consists of:
            
            Figure 10-2
                Two controls within a Canvas container.
                
            Figure 10-3
                Various border styles for the basic containers.
            
            Listing 10-1
                Canvas Layout Example
            
            Listing 10-2
                Combining the HBox and VBox Containers
                
            Figure 10-5
                Using a container to let users adjust the heights of the container’s children.
            
            Figure 10-6
                Using the HDividedBox for a dynamically resizable layout.
            
            Figure 10-7
                A series of CheckBox controls in a Tile container.
            
            Figure 10-8
                A grid with two rows and three columns.
            
            Figure 10-9
                Child controls in a Panel.
            
            Figure 10-10
                Using a custom style for a Panel’s title text.
            
            Listing 10-3
                Launching and Closing a TitleWindow Popup
                
            Listing 10-4
                Displaying an Alert
                
            Listing 10-5
                Customizing the Alert buttons
            
            Figure 10-12
                A Panel container with a ControlBar docked to the bottom.
            
            Figure 10-13
                Docking an ApplicationControlBar to the top of the application.
        
            Figure 10-14
                Comparing button bar controls, all with the first child selected.    
            
            Figure 10-15
                Controlling a ViewStack container.
            
            SideBar: Using navigation bars on their own (NavigationBar_SideBar_Code.mxml)
            
            Figure 10-16
                An Accordion with the first of four children selected.
            
            Listing 10-6
                Custom Styling for an Accordion Container
            
            Figure 10-18
                Displaying child components as tabs.
            
            Listing 10-7
                A Multipart Form Application
    -->
</mx:Application>