* Create the application.
*/
public MainForm() {
initialize();
try {
easyConfig=new EasyConfig(settingsFile);
} catch (FileNotFoundException e) {
System.out.println("\n *** Err. MainFrame:MainFrame:EasyConfig - Exception occured. "+e.getMessage());
}
}