Widget["Icon"] represents an icon.
Widget["ImageLabel"] represents an image label.
Widget["SystemPropertiesPanel"] displays the current system property values of the underlying runtime engine.
Widget["Timer"] creates a timed action.
Widget["WizardDialog"] represents the dialog inside which a wizard is displayed.
Widget["WizardFrame"] represents the frame inside which a wizard is displayed.
The GUIKit framework provides Mathematica functions, such as PropertyValue[{" StyleBox["widgetName", "TI"]"," StyleBox["propertyName", "TI"]"}], for accessing state ...
This example provides a reusable dialog for angle input. This is based on a J/Link example, but rewritten here using the GUIKit` APIs.
This example uses Widget["ColorChooser"] and includes sample code demonstrating how to
This example displays the classic simple "Hello World" application using the GUIKit framework. The following are other variants on the basic theme of specifying the user ...