FlowLayout() - default alignment of CENTER and default horizontal and vertical gap of 8.
FlowLayout(int align) - alignment of align and default horizontal and vertical gap of 8.
FlowLayout(int align, int hgap, int vgap) - alignment of align
and horizontal gap of hgap and vertical gap of vgap.