In each of the examples presented in the previous section, the widget layouts
are very simple. Widgets were either positioned relative to their parents using
the setBounds() method (null layout) or they were designed to fill their parent
entirely using a FillLayout. Eclipse provides several more powerful layout
management algorithms that can be used to aesthetically place widgets
under a variety of conditions.
(
Читать дальше
)