<?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 
        creationCompleteEffect="Fade"
        horizontalCenter="0"
        verticalCenter="0" />
    
</mx:Application>