java初學(xué)者
          所有生命,不管在哪里度過,都具有同樣價(jià)值
          posts - 7,  comments - 5,  trackbacks - 0
          import javax.swing.*;
          import java.awt.*;
          public class GridLayoutDemo extends JFrame{
          public GridLayoutDemo()
           {
          ?super("網(wǎng)格布局");
          ?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 @ 2006-12-21 20:04 悠揚(yáng)---靖寶華 閱讀(310) | 評(píng)論 (0)編輯 收藏

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

          常用鏈接

          留言簿(1)

          隨筆檔案(7)

          搜索

          •  

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          主站蜘蛛池模板: 文安县| 门头沟区| 罗甸县| 普宁市| 楚雄市| 克什克腾旗| 东方市| 鸡泽县| 柘城县| 周宁县| 芒康县| 赤峰市| 师宗县| 大姚县| 图们市| 那曲县| 永川市| 凤翔县| 星子县| 三门县| 和平县| 讷河市| 萝北县| 天津市| 怀化市| 南靖县| 石楼县| 重庆市| 宁蒗| 柘荣县| 英吉沙县| 连平县| 阿瓦提县| 钦州市| 宜兴市| 绥江县| 墨竹工卡县| 南京市| 滨海县| 昆山市| 喀喇沁旗|