[SOLVED] SOLVED: GUI that displays the hexadecimal values using radio buttons to select a value

25.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Final Project (25%)- This project focuses on demonstrating your understanding of Java Collections. Before attempting this project, be sure you have completed all of the reading assignments listed in the syllabus to date, participated in the weekly conferences, and thoroughly understand the examples throughout the chapters. The project requirements include: 1. Write a Java application that effectively uses Java collections to store pairs of unique colors and their unique hexadecimal values. (For example, Red – FF0000). Store up to 20 of these pairs. Then write a GUI that displays the hexadecimal values using radio buttons to select a value. When selected the background of the GUI should change to that color. 2. Your program should compile and run without errors. This is a GUI application that, upon loading, reads a list of color names and hex values from a text file, colours.txt. Each color is represented in the application by a button that, when pressed, changes the color of the app’s background.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.