Display.setAppName

On platforms which support it, sets the application name to be the argument. On Motif, for example, this can be used to set the name used for resource lookup. Specifying <code>null</code> for the name clears it.

@param name the new app name or <code>null</code>

class Display
static
void
setAppName
(
String name
)

Meta