<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100" backgroundColor="#000000" color="#00FF06" fontFamily="Courier New">
    <mx:TextArea left="5" right="5" bottom="5" top="5" borderStyle="none" backgroundAlpha="0.0" id="textArea"/>
    
</mx:Canvas>