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 the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.