AllowRaggedArrays[True] lets you pass ragged (i.e., non rectangular) arrays to Java. AllowRaggedArrays[False] restores the default behavior.
BeginJavaBlock[] begins an evaluation block equivalent to a JavaBlock, except that it works across a larger span than the evaluation of a single expression.
EndJavaBlock[] ends an evaluation block equivalent to a JavaBlock, except that it works across a larger span than the evaluation of a single expression.
JavaClass[classname, n] represents a Java class with the specified name.
JavaLink[] returns the MathLink LinkObject that is used to communicate with the J/Link Java runtime.
JavaNew[classname] constructs a Java object of the specified class. JavaNew[classname, args] constructs a Java object of the specified class, passing the arguments args to ...
JavaObjectQ[expr] gives True if expr is a reference to a Java object or Null, and gives False otherwise.
RemovePeriodical[id] removes the computation corresponding to the integer id from the set of operations that are periodically performed automatically.
SetField[obj@field, val] sets a value of an object field.
FormStartPosition is an option to DoNETModal, DoNETModeless, ShowNETWindow, and ShowNETConsole that controls the onscreen location of the form when it first appears.