Class LabeledPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LabeledPanel extends JPanel
JPanel with an outline and a name. Code based on OpenTrafficSim project component with the same purpose.

Copyright (c) 2020-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information DSOL Manual. The DSOL project is distributed under a three-clause BSD-style license, which can be found at DSOL License.

Author:
Alexander Verbraeck, 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