addParam

open fun addParam(name: String, value: String)

The method adds a new named parameter.

See also

javafx.application.Application.Parameters

Parameters

name

the param name

value

the param value

Throws

if the parameter is not valid, or if getUnnamed it's not named}

if the application is already started