Skip to content

jvPanel

  jvPanel is used to initiate a new GUI panel

  Example:
  s=jvPanel(PropName1, PropValue1,.....)

  Valid property name/value pairs are:
      Title:          The panel title
                          (string)
      Position:       Panel position in normalized units
                          (4-element vector e.g. [0.4 0.4 0.2 0.2])
      ToolTipText:    A pop-up description of what the panel does
                          (string)
      AckText:        An acknowledgment string naming authors/affiliations
                      to display in the panel
                          (string)

  To make the panel useful, add controls to it using jvElement. To invoke
  the GUI call jvDisplay.

  See also: jvElement, jvDisplay

 -------------------------------------------------------------------------
  Author: Malcolm Lidierth 08/07
  Copyright © The Author & King's College London 2007-
  -------------------------------------------------------------------------