Question
This is an assignment for my java class, I'm having quite a bit of trouble making the individual classes for the textarea/ textfield and the
This is an assignment for my java class, I'm having quite a bit of trouble making the individual classes for the textarea/ textfield and the buttons, please help. During this homework, 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. Each part must be made into individual classes. Below is a picture of what he is asking for.
Input textarea Results textField Text Processor- Analysis Results rSize Analysis Type Small O Medium Large Word Count character count i Vowel Count Analysis type selection check boxes Font size change radio buttonsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started