<?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 15-1
                This drag proxy is a ghosted replica of the item being dragged.
                
            Figure 15-2
                The plus sign indicates the List control can receive the dragged data item.
                
            Figure 15-3
                The red X indicates the List control can’t receive the dragged item.
                
            Figure 15-4
                The control on the left has focus, and the control on the right doesn’t.
                
            Figure 15-5
                This set of components constitutes a tab loop.
                
            Figure 15-6
                The PopUpManager pops up a Login dialog box.
                
            Listing 15-1
                The Login Window pop-up component
                
            Listing 15-2: 
                Popping Up the Login Window
                
            Listing 15-3: 
                Manually creating a ToolTip
    -->
    
</mx:Application>