About 50 results
Open links in new tab
  1. A Visual Guide to Layout Managers (The Java™ Tutorials > Creating a …

    SpringLayout is a flexible layout manager designed for use by GUI builders. It lets you specify precise relationships between the edges of components under its control.

  2. Using Layout Managers (The Java™ Tutorials > Creating a GUI With …

    This section discusses some common layout scenarios and which layout managers might work for each scenario. However, once again, it is strongly recommended that you use a builder tool to create your …

  3. How to Use BoxLayout (The Java™ Tutorials > Creating a GUI ... - Oracle

    As the box layout arranges components, it takes the components' alignments and minimum, preferred, and maximum sizes into account. In this section, we will talk about top-to-bottom layout.

  4. Lesson: Laying Out Components Within a Container (The Java™ …

    This lesson tells you how to use the layout managers provided by the Java platform. It also tells you how to use absolute positioning (no layout manager) and gives an example of writing a custom layout …

  5. How to Use Various Layout Managers (The Java™ Tutorials - Oracle

    Each of the following pages describes how to use a particular kind of layout manager. Another way to get to these pages is through A Visual Guide to Layout Managers.

  6. How Layout Management Works (The Java™ Tutorials - Oracle

    Note: This lesson covers writing layout code by hand, which can be challenging. If you are not interested in learning all the details of layout management, you might prefer to use the GroupLayout layout …

  7. JScrollPane (Java Platform SE 8 ) - Oracle

    You can find task-oriented documentation of JScrollPane in How to Use Scroll Panes, a section in The Java Tutorial. Note that JScrollPane does not support heavyweight components. The JViewport …

  8. Creating a Custom Layout Manager (The Java™ Tutorials - Oracle

    Before you start creating a custom layout manager, make sure that no existing layout manager meets your requirements. In particular, layout managers such as GridBagLayout, SpringLayout, and …

  9. FlowLayout (Java Platform SE 8 ) - Oracle

    クラスFlowLayout java.lang.Object java.awt.FlowLayout すべての実装されたインタフェース: LayoutManager, Serializable public class FlowLayout extends Object implements LayoutManager, …

  10. LayoutManager (Java Platform SE 8 ) - Oracle

    Method Summary ... Method Detail addLayoutComponent void addLayoutComponent(String name, Component comp) If the layout manager uses a per-component string, adds the component comp to …