CreateWindow[] creates an empty window in the front end.CreateWindow[nb] creates a window displaying the notebook expression nb, and opens it in the front ...
If you use the notebook front end for Mathematica, then you can enter some of the operations discussed here in special ways. Special and ordinary ways to enter mathematical ...
Widget["Icon"] represents an icon.
Cylindrical represents the cylindrical coordinate system with default variables Rr, Ttheta, and Zz.Cylindrical[r, \[Theta], z] represents the cylindrical coordinate system ...
Spherical represents the spherical coordinate system with default variables Rr, Ttheta, and Pphi. Spherical[r, \[Theta], \[Phi]] represents the spherical coordinate system ...
Mathematica routinely handles huge arrays of numeric, symbolic, textual, or any other data, with any dimension or structure. Arrays are fully integrated into Mathematica's ...
Mathematica represents vectors as lists, and never needs to distinguish between row and column cases. Vectors in Mathematica can always mix numbers and arbitrary symbolic or ...
$MessageGroups is the list of rules that gives named message groups used in functions like On and Quiet.
ClickPane[image, func] represents a clickable pane that displays as image and applies func to the x, y coordinates of each click within the pane.ClickPane[image, {{x_min, ...
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.