<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:local="*" viewSourceURL="srcview/index.html">
    <mx:TabNavigator width="100%" height="100%">
        <local:DegrafPaper3dPrimitives label="DegrafPaper3d Primitives"/>
        <local:DegrafTransformDemo label="Degrafa Transform Demo"/>
    </mx:TabNavigator>
</mx:Application>