This is the first method that is called when the
Rife application launches.
It verifies if the correct arguments have been provided.
If this is the case, the initialization procedure
initiates.
Parameters: args - the string array that contains the parameters that havebeen passed on the commandline since: 1.0
public static void setLookAndFeel(String className)(Code)
Allows easy changement of the application's look and feel
Parameters: className - string containing the class name of the look and feel that should beset since: 1.0