<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" viewSourceURL="srcview/index.html">
    
    <!--
        The following code contained in this chapter's bundle consists of: 
        
            Figure 6-15/6-16 
                The base state of the login panel @@md you build subsequent states based on this state.
                Flex displays a second state for the login panel component, loginInputs, 
                where application users can enter their information.
                
            Figure 6-20
                A Button with a left and verticalCenter constraint set. 
                
            Figure 6-23
                You can use CSS Design mode to change the rollover color of a Button control from blue to 
                red in its different states. 
    
    -->
    
</mx:Application>