|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CreateWindow
CreateWindow[]
creates an empty window in the front end.
CreateWindow[expr]
creates a window displaying the notebook expression expr, and opens it in the front end.
CreateWindow[expr, obj]
replaces the notebook represented by the notebook object obj with the one obtained from expr.
Details and OptionsDetails and Options
- The notebook expression expr can be DocumentNotebook, PaletteNotebook, or DialogNotebook.
- CreateWindow can take any notebook option.
- CreateWindow[Visible->False] creates a new invisible window.
- CreateWindow[expr, obj] overwrites the entire contents of the notebook represented by the notebook object obj. »
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
