Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
Mathematica provides broad and deep built-in support for both programmatic and interactive modern industrial-strength image processing —fully integrated with Mathematica's ...
Type Ctrl+DynamicBox[If[$OperatingSystem === MacOSX, T, D], ImageSizeCache -> {9., {0., 8.}}] or choose Graphics > Drawing Tools. For more information on each tool, click the ...
Mathematica provides users with access to their computer's file system (Files), interprocess communication (MathLink Mathematica Functions), evaluation of data as code ...
Widget["WizardFrame"] represents the frame inside which a wizard is displayed.
Here are a few examples that demonstrate building user interfaces with the GUIKit framework. Hello World—The classic simple application written with GUIKit. Simple Slider
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.
ProgressIndicator[x] represents a progress indicator with setting x in the range 0 to 1. ProgressIndicator[Dynamic[x]] takes the setting to be the dynamically updated current ...
UndirectedEdge[u, v] or u \[UndirectedEdge] v represents an undirected edge of a graph with vertices u and v.
RectangleChart[{{x_1, y_1}, {x_2, y_2}, ...}] makes a rectangle chart with bars of width x_i and height y_i. RectangleChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_i, y_j}, ...