Sparkスキンになってる件
♥1 |
Line 15 |
Modified 2009-11-20 13:14:53 |
MIT License
archived:2017-03-10 16:24:34
ActionScript3 source code
/**
* Copyright paq ( http://wonderfl.net/user/paq )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/SFqb
*/
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" minWidth="465" minHeight="465" width="465" height="465">
<mx:DateChooser/>
<mx:HSlider/>
<mx:NumericStepper/>
<mx:Label text="あれ、見た目が違う。"/>
<mx:Button label="夢でも見ているのだろうか。"/>
<mx:DataGrid>
<mx:columns>
<mx:DataGridColumn headerText="列 1" dataField="col1"/>
<mx:DataGridColumn headerText="列 2" dataField="col2"/>
<mx:DataGridColumn headerText="列 3" dataField="col3"/>
</mx:columns>
</mx:DataGrid>
</mx:Application>