Custom Interface Construction
For many applications, high-level constructs like
Manipulate and
TabView will immediately give you the dynamic interactivity you need.
Mathematica also allows you to create your own sophisticated custom interfaces, using its uniquely straightforward symbolic interface-building technology.
Manipulate — create an interface to manipulate any expression or graphic
Dynamic — display as the dynamically updated current value
DockedCells — arbitrary cells to be docked at the top of a notebook
ChoiceDialog — put up a dialog box with buttons to make choices
TUTORIALS
TUTORIAL COLLECTION
MORE ABOUT