PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Java Interface
>
JLink
Symbol
J/Link User Guide
Calling Java from Mathematica in J/Link User Guide
Tutorials »
|
EndModal
JavaShow
See Also »
|
Java User Interfaces
More About »
DoModal
DoModal[]
does not return until the Java side sends an expression of the form
EvaluatePacket
[
EndModal
[
args
]]
.
MORE INFORMATION
To use
DoModal
, you first need to load
J/Link
using
Needs
["JLink`"]
.
DoModal
returns
EndModal
[
args
]
.
Use
DoModal
to have a program wait until some Java user-interface action signals that it can proceed.
Typically, this would be used to implement a modal dialog box that needs to return a result to
Mathematica
when it is dismissed.
SEE ALSO
EndModal
JavaShow
TUTORIALS
J/Link
User Guide
Calling Java from
Mathematica
in
J/Link
User Guide
MORE ABOUT
Java User Interfaces
© 2008 Wolfram Research, Inc.