DefaultDuration is an option to Animate and related functions that specifies the default total duration of the animation in seconds.
ExportAutoReplacements is an option for cells that specifies which replacement rules Mathematica automatically applies when exporting text.
ImportAutoReplacements is an option for cells that specifies which replacement rules Mathematica automatically applies when importing text.
NotebooksMenu is a global option that specifies which recently opened notebooks are listed under the File menu.
RefreshRate is an option to Animate and related functions which specifies the refresh rate for frames in animations.
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
SplineWeights is an option for B-spline functions and graphics primitives that specifies weights of control points.
ActionMenu[name, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents an action menu with label name and with items labeled lbl_i that evaluates the expression act_i if the ...
Slider
(Built-in Mathematica Symbol) Slider[x] represents a slider with setting x in the range 0 to 1. Slider[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with the value of x ...
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...