Java swing GUI tutorial #17: GridLayout

Publicado el: 25 febrero 2013
en el canal de: Lazic B.
56,555
168

In this tutorial I'll explain how to use GridLayout. And when it comes to using layout managers (not just GridLayout):

DO NOT call setMinimumSize(), setMaximumSize() or setPreferredSize() methods for components within containers. Let some other factors to determine size of your component (like size of font or size of icon);

Avoid calling setSize() method for top level standalone containers, like JFrame, call pack() instead, so the size of your JFrame will be equal to its preferred size, which is determined by size of components within your JFrame;

If you have any question, leave it in comment section below.
Source codes available here: https://github.com/BranislavLazic/Swi...


En esta página del sitio puede ver el video en línea Java swing GUI tutorial #17: GridLayout de Duración 05 minuto 33 segunda en buena calidad , que subió el usuario Lazic B. 25 febrero 2013, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 56,555 veces y le gustó 168 a los espectadores. Disfruta viendo!