<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:ns1="*" frameRate="60">

    <mx:Style source="default.css"/>
    
    <mx:Panel width="50%" height="50%" layout="absolute" title="Decorator Demo" horizontalCenter="0" verticalCenter="0">
        <ns1:DummyStage left="0" right="0" top="0" bottom="0" backgroundColor="#FFFFFF" borderColor="#000000" borderThickness="1" borderAlpha="0.5"/>
    </mx:Panel>
    
</mx:Application>