setSkin

setSkin(skin: JadeSkin);

The setSkin method of the Application class defines the JadeSkin object to be used by the application by setting the skin that applies to the application that is currently running.

To cancel skin usage for the application, pass a null value as the skin object; that is, app.setSkin(null). See also the Application class getSkin and getSkinCollection methods and the JadeSkin class.

This method applies only to JADE release 5.1 and 5.2 applications.