<?xml version="1.0" encoding="utf-8"?>
<mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" 
    layout="horizontal" xmlns:comp="components.*" horizontalAlign="center" verticalAlign="middle" viewSourceURL="srcview/index.html">
    
    <mx:Style source="/assets/themes/windows/theme.css" />
    <mx:Style source="/assets/themes/mac/theme.css" />
    <mx:Style source="/assets/themes/trice/theme.css" />
    
    <mx:Panel title="Controls:" height="300">
        <comp:Controls width="100%" height="100%" />        
    </mx:Panel>

    
</mx:Application>