GUIKit provides a higher-level Mathematica expression syntax for defining a graphical user interface along with a runtime environment for managing and deploying these ...
SetWidgetReference[name, value] registers a widget with string name in the widget registry for the current interface.
Widget["Icon"] represents an icon.
Widget["WizardDialog"] represents the dialog inside which a wizard is displayed.
Widget["WizardFrame"] represents the frame inside which a wizard is displayed.
This example provides a reusable dialog for angle input. This is based on a J/Link example, but rewritten here using the GUIKit` APIs.
ListWaveform[{{f_1, a_1}, {f_2, a_2}, ...}, freq, dur] creates a Sound object with fundamental frequency of freq hertz, lasting for dur seconds, with a spectrum in which ...
Benchmark[] runs the MathematicaMark8 benchmark.
FromAdjacencyMatrix[m] constructs a graph from a given adjacency matrix m, using a circular embedding. FromAdjacencyMatrix[m, v] uses v as the embedding for the resulting ...