<?xml version="1.0" encoding="utf-8"?>
<mx:Application
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:ext="nl.wv.extenders.panel.*"
    layout="absolute" viewSourceURL="srcview/index.html">
    
    <mx:Style source="assets/css/styles.css"/>
    
    <ext:SuperPanel id="panel01" x="65" y="55" width="380" height="240" layout="absolute"
        showControls="true" title="SuperPanel 01" enableResize="true">
    </ext:SuperPanel>
    
    <ext:SuperPanel id="panel02" x="40" y="345" width="250" height="150" layout="absolute"
        showControls="true" title="SuperPanel 02" enableResize="true">
    </ext:SuperPanel>
    
    <ext:SuperPanel id="panel03" x="390" y="390" width="360" height="140" layout="absolute"
        showControls="true" title="SuperPanel 03" enableResize="true">
    </ext:SuperPanel>
    
</mx:Application>