Definitions for "FlowLayout"
Keywords:  javadoc, layout, jdk, tutorial, dirty
Simple flow left to right, top to bottom stream of components. This is a very rough and ready, quick and dirty layout for prototypes. If you want fine control and professional looks, try another. Sun's Javadoc on FlowLayout : available: on the web at java.Sun.com in the JDK 1.6.0 or in the older JDK 1.5.0_06 or the even older JDK 1.4.2_11 on your local J: drive. Sun's tutorial on FlowLayout
a simple layout manager that arranges the components in a container in one or more rows in the same order that they appear in the container's layout array