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.
No comments:
Post a Comment