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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.