Application.this

Constructor.

This constructor only setup the internal state of the class, but does not call any extension or user code. The application runs only when the main() method is called.

class Application
this

Parameters

name istring

name of the application

desc istring

short description of the application

Meta