How to do program with a grid-like layout. There are several [Geometry managers] to use for the layout of a GUI: * [place] * [pack] * [grid] ... Here are some nice, short programs here in the wiki that show ways to do such a layout: * [A small calculator] - uses grid * [A little calculator] * [A little spreadsheet] * [A simple memory game] * [A little Tic Tac Toe game] ... <> Example | GUI