<?xml version="1.0" encoding="utf-8"?>
<mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" 
    xmlns:components="components.*"
    layout="absolute" 
    backgroundColor="#DDDDDD">
    
    <mx:Style source="styles.css" />
    
    <components:RelationshipMapper 
        id="mapper"
        creationCompleteEffect="Fade"  
        bottom="25" top="25" left="25" right="255"/>
        
    <components:MiniMap 
        targetUIComponent="{ mapper.renderer }"
        creationCompleteEffect="Fade" 
        right="10" top="25" bottom="25" width="232"/>
    
</mx:Application>