自由飛翔

          我在仰望,java之上

          導航

          <2012年9月>
          2627282930311
          2345678
          9101112131415
          16171819202122
          23242526272829
          30123456

          公告

          離職進行中

          隨筆分類

          隨筆檔案

          文章檔案

          統計

          留言簿(2)

          我關注的blog

          閱讀排行榜

          評論排行榜

          Jgoodies FormLayout 小結


          一、列與行的參數都由三個部分組成:對齊方式、固定尺寸、調整方式。
          1.對齊方式:
          1)列對齊有left, center, right, fill.默認fill
          2)行對齊有:top, center, bottom, fill. 其中fill表示填充至整個區域。默認center。
          2.固定尺寸:
          pref表示preferred size,適當大小,即首選尺寸大小。
          min表示minimum size,
          dlu 表示dialog units,
          px, pt, in, mm, cm)分別表示Pixel, Points, Inches, Millimeter, Centimeter。
          3. 調整方式:
          二、CellConstraints:
          cc.xywh(3, 1, 3, 1):表示3列,1行,colspan=3,rowspan=1
          三、FormLayout:
            1.FormLayout layout = new FormLayout(
             new ColumnSpec[]{
               FormSpecs.DEFAULT_COLSPEC,
               FormSpecs.GLUE_COLSPEC,
               FormSpecs.DEFAULT_COLSPEC,
               FormSpecs.GLUE_COLSPEC,
               FormSpecs.DEFAULT_COLSPEC,
               FormSpecs.GLUE_COLSPEC},
             new RowSpec[]{
               FormSpecs.DEFAULT_ROWSPEC,
               FormSpecs.GLUE_ROWSPEC,
               FormSpecs.DEFAULT_ROWSPEC,
               FormSpecs.GLUE_ROWSPEC,
               FormSpecs.DEFAULT_ROWSPEC,
               FormSpecs.GLUE_ROWSPEC
             }
            );
          2.

          FormLayout layout = new FormLayout( 
                  "right:pref, 6dlu, 50dlu, 4dlu, center:50dlu", // columns
                  "pref, 3dlu, pref, 3dlu, pref"); // rows   





          參考文章:
          http://hi.baidu.com/lijunwyf/item/a18d95f719ff01da6225d26f

          Gavin

          posted on 2012-09-29 11:29 GavinMiao 閱讀(1330) 評論(0)  編輯  收藏 所屬分類: corejava

          主站蜘蛛池模板: 银川市| 普定县| 织金县| 封丘县| 沽源县| 临泽县| 莎车县| 枝江市| 尚义县| 鄱阳县| 湟源县| 邢台县| 陵川县| 湘阴县| 朝阳区| 岢岚县| 五河县| 江口县| 宜良县| 竹溪县| 正阳县| 连城县| 滦平县| 永年县| 德江县| 霞浦县| 沛县| 龙胜| 原阳县| 高阳县| 六盘水市| 蒙山县| 漳浦县| 四子王旗| 麻栗坡县| 旌德县| 万盛区| 盈江县| 循化| 乡城县| 横山县|