This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
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 ...
You can use the Mathematica BSF engine that ships with the GUIKit` framework in third-party applications that support BSF. The naming conventions to note are that BSF uses ...
The NIntegrate Explorer is a GUI that lets you do numerical quadrature using NIntegrate. It opens a tool that lets you enter an integrand, set a region, then modify and ...
Introduction Developing GUIs Advanced Topics
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 ...
This example demonstrates how to create a reusable GUIKit` widget for wrapping Plot and some of its options. You can easily treat the PlotGroup example as a single reusable ...
This example displays a dialog for finding prime numbers and alerting the user when any entered expression evaluates to a prime number. The modal version also shows how ...
Here is an implementation of the RealTimeAlgebra J/Link example. You can also interact with the dialog in a modeless session.
Here is an implementation of the J/Link RealTimePlotting example written with the GUIKit` package.