4,328
社区成员
发帖
与我相关
我的任务
分享
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:HBox width="100%" height="100%">
<mx:Spacer width="20%" />
<mx:Panel width="400" height="280" title="Panel" />
<mx:Spacer width="80%" />
</mx:HBox>
</mx:Application>