Class LabeledPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LabeledPanel extends JPanel
JPanel with an outline and a name.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Peter Knoppers
See Also:
  • Constructor Details

    • LabeledPanel

      public LabeledPanel(String caption)
      Create a JPanel with border and caption.
      Parameters:
      caption - String; the caption of the LabeledPanel
  • Method Details