SystemDialogInput["type"] brings up an interactive system dialog and returns the value chosen in the dialog. SystemDialogInput["type", init] uses init as the initial setting ...
WindowMargins is a notebook option that specifies what margins to leave around the window that is used to display the notebook on the screen.
EquationTrekkerState[{eqns, dvars, {t, t_min, t_max}}, params, treks, opts] is the data object returned by the function EquationTrekker, that contains the information needed ...
By default, any interface definition executes within a single thread, and since currently GUIKit` definitions execute at runtime as Java components, this means that execution ...
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
Panel
(Built-in Mathematica Symbol) Panel[expr] displays as a panel containing expr. Panel[expr, title] gives the panel the specified title. Panel[expr, title, pos] places title at a position specified by pos. ...
GUIObject[root, args] represents a live interface instance with root widget root, wrapping the active widgets and environment.
This example shows how to design a user interface from multiple definition files by loading each one with relative path references. See the code definition file ...
This example demonstrates how you can use the InvokeThread option of user interface functions to allow user interface updates to be visible when performing a long Mathematica ...
GUIObjectQ[ref] returns True if ref is an active GUIObject and otherwise returns False.