Day 11. Arranging Components on a User Interface

If designing a graphical user interface (GUI) were comparable to painting, currently you could produce only one kind of art: abstract expressionism. You can put components on an interface, but you can’t control where they go.

To arrange the components of a user interface in Java, you must use a set of classes called layout managers.

Today, you learn how to use layout managers to arrange components in an interface. You take advantage of the flexibility of Java’s graphical user interface capabilities, which were designed to be presentable on the many different platforms that support the language.

You also learn how to put several different layout managers to work on the same interface. This approach ...

Get Sams Teach Yourself Java in 21 Days, Sixth Edition 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.