Component.Component(className,arguments)

Creates a new Component based on the component's name and attempts to create a new instance of it using the specified arguments. If there is no constructor that matches the arguments passed, an exception is thrown.

Arguments:

Name Type Description Mode
className String the component's class name in
arguments Java.Lang.Object[] array containing the arguments of the desired component in