public final Parameters getParameters ()

Retrieves the parameters for this Application, including any arguments passed on the command line and any parameters specified in a JNLP file for an applet or WebStart application.

NOTE: this method should not be called from the Application constructor, as it will return null. It may be called in the init() method or any time after that.

Returns:  the parameters for this Application, or null if called from the constructor.