Question: This is a GUI assignment in Java. Please assist . thank you! you will be designing and implementing a simple text processor application. As shown
This is a GUI assignment in Java. Please assist. thank you!
you will be designing and implementing a simple text processor application. As shown in the screenshot below, the left hand side TextArea (while is scrollable), allows the user to either type of copy and paste the text to be processed. Your text processor allows the user the change the font size of the text based on the Radio button selections. As the user is selecting the appropriate font size button, the textArea will change font size of the text. Large is selected by default
Analysis can be done in three ways, word count, vowel count, and character count. The analysis type is given as check boxes. The user can select one, two, or all three analysis types. As, the user select this option, the analysis results textField shows the analysis results.
Note: You can use a suitable layout such as BorderLayout, GridLayout, and combinations of them in your implementation.

Results textField Input textarea Text Analysis Resu Wond Ceser Character Count Vowel Count Analysis type selection check boxes Font size change radio buttons
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
