UnsetWidgetReference[name] removes a widget from the registry with a name in the current interface.
WidgetGroup[{content, ...}] specifies custom layout settings for how the content widgets are displayed.
This example shows how to generate a reusable progress bar panel and use it as a modeless dialog for displaying progress with your own Mathematica calculations. There are ...
Here is an implementation of the J/Link RealTimePlotting example written with the GUIKit` package.
This is the J/Link scribble pad example implemented with the GUIKit` package.
This example displays a modeless dialog that shows how to auto-event from text field changes. Specifically, this provides a simple interface for the Names [] function and ...
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 ...
BaseStyle is an option for formatting and related constructs that specifies the base style to use for them.
LineScaledCoordinate[{{x_1, y_1}, {x_2, y_2}, ..., {x_k, y_k}}, r] gives the coordinate of a point in the polyline {{x_1, y_1}, {x_2, y_2}, ..., {x_k, y_k}}, at a scaled ...
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica