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

JAVA 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 A demo program is provided. Please run the GUITextAnalyzerDemo.class to see how it looks like and operates. 

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!