// tr.printStackTrace();
// return;
// }
PreferencesForABProject.initLibrary(nc);
LookAndFeelUtil.initLAF();
final AddressBook addressBook = abPersistence.load(nc);
AddressBookPane.showNewABFrame(nc, abImpl.this, addressBook,M.CONTACTS,"net.sf.abproject",new WindowAdapter() {
public void windowClosing(WindowEvent e) {
try {
leavingApplicationLifecycle(nc, addressBook);
} catch (Throwable throwable) {