Chapter 12. Understanding Layout Managers
IN THIS CHAPTER
Every container, by default, has a layout manager associated with it. The layout managers have a singular responsibility: to determine where each new component is placed when it is added to the container. Technically, a layout manager is an object that implements the LayoutManager interface. ...
Get Borland® JBuilder™ Developer’s Guide now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.