Friday 30 May 2014

Absolute Positioning in Java

Layout managers are used to arrange components in a container in a specific way. By setting a container's layout property to null, you make the container use no layout manager. With this strategy, called absolute positioning, you must specify the size and position of every component within that container. One drawback of absolute positioning is that it does not adjust well when the top-level container is resized.

                                                             Home

No comments:

Post a Comment