Question: Write a GUI based program to help users to analyze a text string. The user will type a text in a text filed. Your program

Write a GUI based program to help users to analyze a text string. The user will type a text in a text filed. Your program will help the user to determine: 1. The length of the text 2. The number of vowels in the text 3. The number of uppercase letters in the text 4. The mode of letters in the text(the most occurrences of the character) For this assignment, you should design and code a separate (non-GUI) class encapsulating a text and its analysis, the instantiate an object of that class inside your GUI application and call the various class as needed. To do so, you need to create a class named TextAnalyzer.java that exdends TextAnalyzerAnstract class. Here is the summary of tasks for this assignment: 1. Create a class named TextAnalyzer.java that extends TextAnalyzerAbstract. 2. Create a GUI application named GUITextAnalyser.java 

No need for multiple buttons just one "submit" buttons that prints the results in a Jtextarea. So only three things are in the GUI, one JtextField for the User input, one "submit" button, and one text area where the results are printed out

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!