Widget["TextPanel"] represents a text panel.
Widget["WizardPage"] represents a page of a wizard.
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 ...
PolarTicks is an option for sector charts and polar plots that specifies tick marks for polar axes.
VertexLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for vertices.
When many rows of data are returned from a database query, a significant amount of memory may be required to hold the result. If all of the data does not need to be available ...
Widgets are the basic component of GUIs built with GUIKit. This tutorial discusses some of the basics of widgets and how they work. More detailed information on widgets can ...
PieChart[{y_1, y_2, ...}] makes a pie chart with sector angle proportional to y_1, y_2, ....PieChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a pie chart with ...
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
StarGraph[n] gives the star graph with n vertices S_n.