AddressBook.java:44: unreported exception javax.microedition.rms.RecordStoreException;
must be caught or declared to be thrown
recordStore = RecordStore.openRecordStore("Address-Book", true);
