This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: GUI Saturday: Using the FlowLayout
Feed Title: Focus on Java
Feed URL: http://z.about.com/6/g/java/b/index.xml
Feed Description: java.about.com's Focus on Java
The FlowLayout layout manager is probably the simplest way to place
components (e.g., buttons, text fields) into a container (e.g., JPanel,
JFrame). All it does is put the components into a row and if that row
reaches the edge of the container it starts another row.