blob: 9d569d5df79a3f94410aabfe22f9eda9717f1a1d [file] [log] [blame]
<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"
width="150" height="150">
<s:layout><s:VerticalLayout/></s:layout>
<s:Label text="Panel with no title bar"/>
<mx:Button label="Hello" />
<s:CheckBox label="I am a FxCheckBox"/>
<mx:Label text="Text from a label"/>
</s:Panel>