canvas / debug
<
mx:VBox
width="100%" height="100%"> <
mx:Label
text="Drawing Area:" fontWeight="bold"/> <
mx:Canvas
id="canvas" backgroundColor="#FFFFFF" width="500" height="500"/> <
mx:TextArea
id="debug" />
</mx
:VBox>
</mx
:HBox>
</mx
:Application>