Question: Create a frame and action listener that will let the user input a string and tell them if it is a palindrome or not. Give
Create a frame and action listener that will let the user input a string and tell them if it is a palindrome or not. Give a prompt label, text field, and answer label. User colors, fonts, flow layout, etc. and size the frame appropriately. Use our string, string buffer, and string tokenizer methods. After getting the users string, use a string tokenizer to get rid of the punctuation marks, spaces, etc. Then, since the string buffer has a reverse, convert to a string buffer to reverse it and convert it back to a string. Now compare the forward string with the backward string, and tell if it is a palindrome or not in the answer label. Test the program with the following, and take a picture of the frame outputs.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
