一個分享java和flex開發經驗的空間
學習的路上,寂寞孤獨,如果沒有人來分享,那不如獨自品味
Mylabel = new Label(); Mylabel.id = "Mylb"; Mylabel.text = "權限管理"; //Alert.show((targetStr.x/2).toString()); Mylabel.x = targetStr.x + (targetStr.width/4); Mylabel.y = targetStr.y-targetStr.height/2+5;
<mx:Style> Label{ fontSize: 14; } </mx:Style>
<mx:Style> Label.id{ fontSize: 14; } </mx:Style> 最后一個問題,就是LinkButton里面的添加圖片了,代碼如下:icon="@Embed(source='image/Button1.gif')"。
Powered by: BlogJava Copyright © 程序人生-天津