display
Displays an object in a panel.
Syntax
-
display(X)
-
X
is any object
-
Description
display(X)
displays X
in a panel in the Algosim GUI.
If possible, a docked panel will be used instead of a new panel in a new floating window.
In Algosim 3.2, however, display
is functionally equivalent to window
: A new floating window will be created to host the new panel.