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 on 2006-12-21 20:04 悠揚(yáng)---靖寶華 閱讀(305) 評論(0)  編輯  收藏

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


          網(wǎng)站導(dǎo)航:
           

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

          常用鏈接

          留言簿(1)

          隨筆檔案(7)

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 兰州市| 元氏县| 特克斯县| 新郑市| 旌德县| 罗田县| 体育| 杭锦旗| 衡南县| 临潭县| 平乐县| 尼木县| 郧西县| 永福县| 铁力市| 柏乡县| 临高县| 怀集县| 中江县| 鸡西市| 晴隆县| 马山县| 娱乐| 将乐县| 吕梁市| 日照市| 鞍山市| 枣阳市| 安福县| 名山县| 比如县| 砚山县| 红河县| 开远市| 喜德县| 华宁县| 东源县| 营口市| 两当县| 道孚县| 湖北省|