ConnectToFrontEnd[] establishes a link to the notebook front end for use by the UseFrontEnd[] function.
JavaShow[window] causes the specified Java window to be brought to the foreground, so that it appears in front of notebook windows.
KeepJavaObject[object] causes the specified object or objects not to be released when the current JavaBlock ends. KeepJavaObject[object, Manual] causes the specified object ...
Methods[javaclass] returns a list of the Java declarations for all methods of the specified JavaClass. Methods["classname"] lists the methods for the named class. ...
ReturnAsJavaObject[expr] causes a Java method call or field access during the evaluation of expr to return its result as an object reference (a JavaObject expression), not a ...
ShowJavaConsole[] displays the Java console window and begins capturing output sent to the Java System.out and System.err streams. ShowJavaConsole["stdout"] captures only ...
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
DefineNETDelegate[name, rtype, ptypes] creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
DoNETModal[form] displays the specified .NET form in the foreground and does not return until the form window is closed.DoNETModal[form, expr] evaluates expr just before the ...
DoNETModeless[form] displays the specified .NET form in the foreground and then returns.