| <s:Panel xmlns:fx="http://ns.adobe.com/mxml/2009" | |
| xmlns:mx="library://ns.adobe.com/flex/mx" | |
| xmlns:s="library://ns.adobe.com/flex/spark" title="test panel" > | |
| <s:controlBarContent> | |
| <s:Button label="A" width="35" /> | |
| </s:controlBarContent> | |
| <s:Rect width="100" height="100"> | |
| <s:fill><s:SolidColor color="0xe3e3ff" /></s:fill> | |
| </s:Rect> | |
| </s:Panel> |