JavaObj = javaObjectEDT(ClassName,x1,...,xN) returns Java® object
array, JavaObj, created from the EDT by the Java constructor
for the class with the signature matching the arguments x1,...,xN.
Name of a Java class, specified as a character vector.
Data Types: char
x1,...,xN — Java constructor input arguments any type
Java constructor input arguments, 1 through N (if any),
required by ClassName, specified by any type.
The class constructor argument list specifies the argument type.