E. GroupLayout
E.1 Introduction
Java SE 6 includes a powerful new layout manager called GroupLayout
, which is the default layout manager in the Netbeans 5.5 IDE (www.netbeans.org). In this appendix, we overview GroupLayout
, then demonstrate how to use the Netbeans 5.5 IDE’s Matisse GUI designer to create a GUI using GroupLayout
to position the components. Netbeans generates the GroupLayout
code for you automatically. Though you can write GroupLayout
code by hand, in most cases you’ll use a GUI design tool like the one provided by Netbeans to take advantage of GroupLayout's
power. For more details on GroupLayout
, see the list of web resources at the end of this appendix.
E.2 GroupLayout Basics
Chapters 11 and 17 presented several layout managers ...
Get Java™ for Programmers: Deitel 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.