blob: cbcd10eff133f1278b0e545e7b84ef018595e066 [file] [log] [blame]
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" width="600" height="800">
<mx:ApplicationControlBar id="myACB" >
<mx:Label text="Application Control Bar testing"/>
<mx:Button/>
<mx:TextInput/>
<mx:Button/>
<mx:TextInput/>
<mx:NumericStepper/>
<mx:TextInput/>
<mx:TextInput/>
<mx:Button/>
<mx:TextInput/>
<mx:Button/>
<mx:TextInput/>
</mx:ApplicationControlBar>
<mx:TextInput id="ti"/>
</mx:VBox>