}
@SuppressWarnings("unused")
private void accountInformation() {
logger.log(logger.HIGH, "Entering NeverNote.accountInformation");
AccountDialog dialog = new AccountDialog();
dialog.show();
logger.log(logger.HIGH, "Leaving NeverNote.accountInformation");
}
@SuppressWarnings("unused")
private void releaseNotes() {
logger.log(logger.HIGH, "Entering NeverNote.releaseNotes");