Package PamView.panel

Class PamFlowLayout

java.lang.Object
java.awt.FlowLayout
PamView.panel.PamFlowLayout
All Implemented Interfaces:
LayoutManager, Serializable

public class PamFlowLayout extends FlowLayout
Flow layout with a standard gap for consisten appearance througout PAMGUARD
Author:
Doug Gillespie
See Also:
  • Constructor Details

    • PamFlowLayout

      public PamFlowLayout()
    • PamFlowLayout

      public PamFlowLayout(int align)
    • PamFlowLayout

      public PamFlowLayout(int align, int hgap, int vgap)