In my MXML file, I have a tab navigator with three vboxes.
<mx:TabNavigator width="624" height="100%">
<mx:VBox label="Currents Quote"
width="100%">
</mx:VBox>
<mx:VBox label="Quote Comparison"
width="100%">
</mx:VBox>
<mx:VBox label="Reports"
width="100%">
</mx:VBox>
</mx:TabNavigator>
Inside the VBox "Current Quote", I want a circle to be drawn. How can I achieve it?