Clear or Save the Java GUI Commands Window

DESCRIPTION:

Clear the contents of the Java GUI commands window, or save the contents to a text file.

Java GUI functions are deprecated in Spotfire S+ version 8.1.

USAGE:

javaGuiCommandsWindowClear()
javaGuiCommandsWindowSave(fileName)

REQUIRED ARGUMENTS:

fileName

VALUE:

None

SIDE EFFECTS:

javaGuiCommandsWindowClear will clear the commands window. javaGuiCommandsWindowSave will save the contents of the commands window to a text file.

DETAILS:

REFERENCES:

SEE ALSO:

EXAMPLES:

javaGuiCommandsWindowClear()
lm(Mileage~Weight, fuel.frame)
javaGuiCommandsWindowSave("mylmfit.txt")