java初學者
          所有生命,不管在哪里度過,都具有同樣價值
          posts - 7,  comments - 5,  trackbacks - 0
          import javax.swing.*;
          import java.awt.*;
          public class GridLayoutDemo extends JFrame{
          public GridLayoutDemo()
           {
          ?super("網格布局");
          ?this.setSize(600,300);
          ?this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          }
          public void setlayout(){
          ?FlowLayout layout = new FlowLayout();
          ?Container Contain = getContentPane();
          ?Contain.setLayout(layout);
          ?for(int i=1; i<6;i++)
          {
          ?JButton btn = new JButton("按鈕"+i);
          ?Contain.add(btn);
          ?}
          }
          public static void main(String []args )
          {
          ?GridLayoutDemo GridLay = new GridLayoutDemo();
          ?GridLay.setlayout();
          ?GridLay.show();
          }
          }
          posted on 2006-12-21 20:04 悠揚---靖寶華 閱讀(313) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           

          <2006年12月>
          262728293012
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          常用鏈接

          留言簿(1)

          隨筆檔案(7)

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 休宁县| 无棣县| 小金县| 宜兰县| 永胜县| 肥乡县| 南木林县| 南部县| 容城县| 肇州县| 龙岩市| 济宁市| 保康县| 广汉市| 葵青区| 陇西县| 凤山市| 抚顺县| 包头市| 文山县| 玉环县| 邮箱| 琼结县| 阳江市| 五寨县| 宁强县| 长宁区| 麻江县| 如东县| 大新县| 贵溪市| 宕昌县| 伊金霍洛旗| 双辽市| 石首市| 永胜县| 青铜峡市| 神池县| 敦化市| 赣榆县| 绥滨县|