VertexCount[g] gives a count of the number of vertices in the graph g.VertexCount[g, patt] gives a count of the number of vertices that match the pattern patt.
GUIScreenShot[interface] generates a graphic that captures the current state of the runtime user interface.
There are a number of features of the GUIKit framework that aid deployment of user interface definitions with your own AddOns so that they can be easily executed when needed. ...
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
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`"]; ...