SPLITSCREEN (SS)
Syntax SPLITSCREEN
SS
Explanation SPLITSCREEN restores the default window layout with the Graphics window occupying the upper two thirds of the Logo window and the Listener window occupying the bottom third of the Logo window.

Choosing the menu command Window/Standard layout, pressing Control L, or clicking the Standard Layout button with the mouse has the same effect as typing SPLITSCREEN. In addition, the toolbox and color picker windows are reset to their default position and size.

See also TEXTSCREEN and FULLSCREEN.

Examples SPLITSCREEN

TopIndex