Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed

LargeType Demonstration Decrease Font Size Increase Font Size SansSerif Bold Example text

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

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago