Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.23 KB

LayoutManage.md

File metadata and controls

22 lines (21 loc) · 1.23 KB
  • LayoutManage

    1. BorderLayout
      1. Overall layout,as you can see from the image, which divides into 3 main sections, that is, North & Center & South
        image
    2. FormLayout
      1. Meshing the center section
        image
      2. Divide the center section into another 3 main sections--West & Center & East
        image
    3. GroupLayout
      1. Divide each section for the buttons
        image
      2. Button layout
        1. add button one by one, but there is something wrong on the Numpad, you might be able to find it out ^_^
        2. also, you can set the size of buttons, horizontal gap and vertical gap as well
          image