The Artima Developer Community
Sponsored Link

Java Buzz Forum
GUI Saturday: Using the FlowLayout

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
GUI Saturday: Using the FlowLayout Posted: Dec 31, 2011 6:31 PM
Reply to this message Reply

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
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Focus on Java

Advertisement

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. 

To find out more about the FlowLayout have a look at Using the FlowLayout or have a play with the FlowLayout example program and the GoingWithTheFlow example program.

Related Articles:

Other Articles:

Sun Certified Enterprise Architect for Java EE Study Guide (2nd Ed.) Book Review

GUI Saturday: Using the FlowLayout originally appeared on About.com Focus on Java on Saturday, December 31st, 2011 at 20:37:35.

Permalink | Comment | Email this

Read: GUI Saturday: Using the FlowLayout

Topic: Develop Restful web services using Spring MVC Previous Topic   Next Topic Topic: Do you like your daily Scrum?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use