Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions