Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VerticalFlowLayout

Status
Not open for further replies.

amarg

Programmer
Nov 19, 2002
106
IN
Hi,

I saw VerticalFlowLayout class in borland jar files.
This VerticalFlowLayout class don't exist in normal sun java.
How I can use the existing layouts to achieve the same function of VerticalFlowLayout.

Regards,
Amar
 
It depends what exactly you need it for. But you could use a grid layout and have one column of components. Or if you want to have more flexibility you could use the spring layout. Where you lay out components with respect to the location of other components. In your case you could set each component to be some distance below the previous component. Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top