<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    so true

    心懷未來,開創(chuàng)未來!
    隨筆 - 160, 文章 - 0, 評(píng)論 - 40, 引用 - 0
    數(shù)據(jù)加載中……

    [轉(zhuǎn)載]Solving Common Layout Problems


    Note: This lesson covers writing layout code by hand, which can be challenging. If you are not interested in learning all the details of layout management, you might prefer to use the GroupLayout layout manager combined with a builder tool to lay out your GUI. One such builder tool is the NetBeans IDE. Otherwise, if you want to code by hand and do not want to use GroupLayout, then GridBagLayout is recommended as the next most flexible and powerful layout manager.
    Problem: How do I specify a component's exact size?
    • A handful of the more modern layout managers provide ways to override the size set by the component. Check whether the layout manager you are using allows you to specify component sizes.

       

    • Make sure that you really need to set the component's exact size. Each Swing component has a different preferred size, depending on the font it uses and the look and feel. For this reason, it often does not make sense to specify a Swing component's exact size.

       

    • If the component is not controlled by a layout manager, you can set its size by invoking the setSize or setBounds method on it. Otherwise, you need to provide size hints and then make sure you are using a layout manager that respects the size hints.

       

    • If you extend a Swing component class, you can give size hints by overriding the component's getMinimumSize, getPreferredSize, and getMaximumSize methods. What is nice about this approach is that each getXxxxSize method can get the component's default size hints by invoking super.getXxxxSize(). Then it can adjust the size, if necessary, before returning it. This is particularly handy for text components, where you might want to fix the width, but have the height determined from the content. However, sometimes problems can be encountered with GridBagLayout and text fields, wherein if the size of the container is smaller than the preferred size, the minimum size gets used, which can cause text fields to shrink quite substantially.

       

    • Another way to give size hints is to invoke the component's setMinimumSize, setPreferredSize, and setMaximumSize methods.

       

    • If you specify new size hints for a component that is already visible, you then need to invoke the revalidate method on it, to make sure that its containment hierarchy is laid out again. Then invoke the repaint method.

    Note:  No matter how you specify your component's size, be sure that your component's container uses a layout manager that respects the requested size of the component. The FlowLayout and GridBagLayout managers use the component's preferred size (the latter depending on the constraints that you set), but BorderLayout and GridLayout usually do not. The BoxLayout manager generally uses a component's preferred size (although components can be larger), and is one of the few layout managers that respects the component's maximum size.

    Problem: My component does not appear after I have added it to the container.

    • You need to invoke revalidate and repaint after adding a component before it will show up in your container.

    Problem: My custom component is being sized too small.

    • Does the component implement the getPreferredSize and getMinimumSize methods? If so, do they return the right values?
    • Are you using a layout manager that can use as much space as is available? See Tips on Choosing a Layout Manager for some tips on choosing a layout manager and specifying that it use the maximum available space for a particular component.

    posted on 2007-12-20 20:02 so true 閱讀(110) 評(píng)論(0)  編輯  收藏 所屬分類: Java

    主站蜘蛛池模板: 91在线手机精品免费观看| 亚洲国产精品自产在线播放| 亚洲精品人成网线在线播放va| 国产国产人免费视频成69大陆| 99精品免费视品| 亚洲成a人片在线不卡| 亚洲五月午夜免费在线视频| 人妻无码一区二区三区免费| 亚洲乱亚洲乱妇无码| 亚洲日韩精品一区二区三区无码| 在线观看免费人成视频| 国产精品成人免费观看| 亚洲免费视频播放| 怡红院亚洲怡红院首页| 丁香花在线观看免费观看| 中文在线免费观看| 亚洲国产精品自在自线观看| 久久精品国产亚洲综合色| 香蕉视频在线观看免费国产婷婷| a毛片在线还看免费网站| 国产精品亚洲va在线观看| 91亚洲一区二区在线观看不卡| 亚洲成人高清在线| 三年片在线观看免费观看高清电影 | 亚洲精品免费在线| 精品亚洲一区二区三区在线观看| 在线永久免费的视频草莓| 国产黄色免费观看| 久久久久久亚洲精品无码| 亚洲欧洲日产专区| 亚洲精品乱码久久久久久 | 亚洲欧洲春色校园另类小说| 亚洲精品专区在线观看| 国产精品视频免费一区二区| 99精品在线免费观看| 久久久久久毛片免费看| 在线观看亚洲免费| 亚洲色大成网站WWW国产| 亚洲欧洲精品在线| 亚洲天堂一区二区| 亚洲AV日韩精品久久久久久 |