*/
public static void main(String[] args) {
try {
loadApplicationProperties();
loadExtendedLibraries();
clientGUI = new JMainFrame();
initializeUserInterface();
clientGUI.setVisible(true);
initializeExtendedState();
} catch (Throwable t) {
log.fatal("Error:", t);