430431432433434435436437438
} if (option == 2) { // No return false; } if (option == 3) { // Cancel throw new UserCancelledOperationException(); } return false; }