public class EventLogManagerStarter extends Object
main
method for starting the application.Constructor and Description |
---|
EventLogManagerStarter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Launches the Event Logs Manager application.
|
public static void main(String[] args)
This method first selects the graphics for the application, according to the Operating System, then initialises all the components of the MVC pattern and launches the application by starting the View.
args
- unused