Mega Code Archive

 
Categories / Flex / Container
 

Panel with status

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"   backgroundColor="#cccccc">   <mx:Panel title="My Panel" status="A test panel" width="200">     <mx:Label text="Label 1"/>     <mx:Label text="Label 2"/>     <mx:Label text="Label 3"/>     </mx:Panel> </mx:Application>