Widget["MenuBar"] represents a menu bar.
Widget["MenuItem"] represents a menu item.
Widget["Menu"] represents a menu.
Widget["PasswordField"] represents a password field.
Widget["Slider"] represents a slider.
Widget["TextField"] represents a text field.
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
This example displays a modeless dialog that shows all currently loaded Mathematica packages with an update button to refresh the current list. If you load additional ...
Here is an implementation of the RealTimeAlgebra J/Link example. You can also interact with the dialog in a modeless session.
GUIKIT PACKAGE TUTORIAL URL » GUIKit/tutorial/SampleDialogStyles Copy Mathematica URL Copy web URL Go to web URL Dialog Style Samples Modal OK/Cancel Dialog Needs["GUIKit`"]; ...