The given Java program is called the ColorDialog. When running, the ColorDialog has a menubar and 25 ColorButtons arranged in a 5x5 gird. Each of the 25 ColorButtons has a background color and a label. The ColorButtons have a set of ColorLabel objects to keep track of its current color. The starting values of the 25 ColorButtons are "RED" and the color is, of course, red. When a ColorButton is clicked with a mouse, its color and label move to the next color in a sequence. The sequence is RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO and VIOLET. The menubar menu has two items: Reset and Save. Reset puts all the ColorButtons back to RED. The Save menu item.well, does nothing. This is the task to be built for this assignment. The ColorDialog has an associated ColorDialogRecord. When the ColorDialog Save menu item is selected, Copy the information of the ColorDialog into the ColorDialogRecord o The ColorDialogRecord will need a 5x5 array of strings, and a filename. o Copy the current string from color label from the ColorDialog and its components into ColorDialogRecord. Use getters and setters as needed. o Create a SAVE member function for ColorDialogRecord and have the save to file done in that Class. o Save the row, the column, and the color in the file, with one set of button information per line. What? The difficulty in this assignment is not the coding, but following the path of the data through the different GUI components to bring the information into one object before saving Why? When working with GU...you need to separate the data from the graphical components when saving the information.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

attached below( I need the whole program code written and the output attached)

The given Java program is called the ColorDialog. When running, the ColorDialog has a menubar and 25 ColorButtons
arranged in a 5x5 gird.
Each of the 25 ColorButtons has a background color and a label. The ColorButtons have a set of ColorLabel objects to
keep track of its current color. The starting values of the 25 ColorButtons are "RED" and the color is, of course, red.
When a ColorButton is clicked with a mouse, its color and label move to the next color in a sequence. The sequence is
RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO and VIOLET.
The menubar menu has two items: Reset and Save. Reset puts all the ColorButtons back to RED. The Save menu
item...well, does nothing. This is the task to be built for this assignment.
The ColorDialog has an associated ColorDialogRecord.
When the ColorDialog Save menu item is selected,
Copy the information of the ColorDialog into the ColorDialogRecord
The ColorDialogRecord will need a 5x5 array of strings, and a filename.
Copy the current string from color label from the ColorDialog and its components into
ColorDialogRecord. Use getters and setters as needed.
Create a SAVE member function for ColorDialogRecord and have the save to file done in that Class.
Save the row, the column, and the color in the file, with one set of button information per line.
What?
The difficulty in this assignment is not the coding, but following the path of the data through the different GUI
components to bring the information into one object before saving
Why?
When working with GUI....you need to separate the data from the graphical components when saving the information.
Do not put the file controls into the ColorDialog. The file controls need to be in the ColorDialogRecord class.
Transcribed Image Text:The given Java program is called the ColorDialog. When running, the ColorDialog has a menubar and 25 ColorButtons arranged in a 5x5 gird. Each of the 25 ColorButtons has a background color and a label. The ColorButtons have a set of ColorLabel objects to keep track of its current color. The starting values of the 25 ColorButtons are "RED" and the color is, of course, red. When a ColorButton is clicked with a mouse, its color and label move to the next color in a sequence. The sequence is RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO and VIOLET. The menubar menu has two items: Reset and Save. Reset puts all the ColorButtons back to RED. The Save menu item...well, does nothing. This is the task to be built for this assignment. The ColorDialog has an associated ColorDialogRecord. When the ColorDialog Save menu item is selected, Copy the information of the ColorDialog into the ColorDialogRecord The ColorDialogRecord will need a 5x5 array of strings, and a filename. Copy the current string from color label from the ColorDialog and its components into ColorDialogRecord. Use getters and setters as needed. Create a SAVE member function for ColorDialogRecord and have the save to file done in that Class. Save the row, the column, and the color in the file, with one set of button information per line. What? The difficulty in this assignment is not the coding, but following the path of the data through the different GUI components to bring the information into one object before saving Why? When working with GUI....you need to separate the data from the graphical components when saving the information. Do not put the file controls into the ColorDialog. The file controls need to be in the ColorDialogRecord class.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY