blob: cd259a846ba1b6cc47fc323893ff6370f7a9f9d5 [file] [log] [blame]
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*">
<mx:Panel id="myPanel" mouseUp="{ti.text='Sam'}" label="Hello World" >
<mx:Button id="myButton1"/>
<mx:Label text="Hello World"/>
<mx:Button />
<mx:Label text="Good Day!!!"/>
</mx:Panel>
<mx:TextInput id="ti"/>
</mx:VBox>