Question
I need this to write in Java. I need to write the GUI application that provides a JTextArea where user can type the text. User
I need this to write in Java.
I need to write the GUI application that provides a JTextArea where user can type the text. User can select Serif, Sans-serif or Monospaced from a JComboBox. Also, provide the JCheckBox to allow make the text bold. Also include the "Increase Font Size" and "Decrease Font Size" JButtons that user can choose the size of the font bigger or smaller, respectively, by one point at a time. The text should start with the font size 18 points. In this exercise use the font size on the JComboBox, JButtons and JCheckBox to 20 points so that a person with low vision will be able to read the text on them.
Requirements
Realize your implementation that satisfies the following minimal requirements:
2 pt: properly exhibits right logic, i.e., readable and compliable coding
2 pt: properly realizes a text area for user input
2 pt: properly realizes a font list for user selection
2 pt: properly realizes a bold typeset check box and two buttons of font size adjustment
2 pt: properly realizes display change in response to user request
extra credit: allowing user to select colors for text and background by the use of a JColorChooser dialog.
This is the how is the output should be. Please do the extra credit as well. Thank you.
LargeType Demonstration Decrease Font Size Increase Font Size SansSerif Bold Example textStep 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