You can create and present slide shows directly from within Mathematica . Mathematica provides an integrated workflow from initial experimentation to final presentation. ...
The graphics language of Mathematica is fully integrated with dynamic interactivity. This lets you create graphics that can respond to input devices in a variety of ways.
CreateDialog[expr] creates a dialog notebook containing expr and opens it in the front end.CreateDialog[expr, obj] replaces the notebook represented by the notebook object ...
Function Navigator opens the Wolfram Mathematica Function Navigator, which is a hierarchical view of the guide page collection found in the Documentation Center.
TabView
(Built-in Mathematica Symbol) TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...}] represents an object in which clicking the tab with label lbl_i displays expr_i. TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...
NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end. NotebookPut[] creates a new empty ...
This dialog displays information regarding the editing times of the input notebook. This is a "live" dialog that dynamically updates as changes are made to the notebook. It ...
Mathematica's unique symbolic architecture makes it easy to add toolbars with any possible appearance and action to a Mathematica notebook. The ruler is a toolbar used to set ...
This example shows how to build industry-standard wizard dialogs using GUIKit's powerful built-in wizard widgets.
Widget["FileDialog"] represents an Open or Save dialog.