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...
In questa pagina del sito puoi guardare il video online Java swing GUI tutorial #17: GridLayout della durata di 05 minuti 33 seconda in buona qualità , che l'utente ha caricato Lazic B. 25 febbraio 2013, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 56,555 volte e gli è piaciuto 168 spettatori. Buona visione!