Design write and test the java


Question: This project focuses on demonstrating your understanding of Java Collections.

Before attempting this project, make 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 add:

Requirements

Design, write and test the Java program ReadStoreShow.java with the following requirements:

Part 1:Invite the user to enter an input file name and a number N (10 ? N ? 20). Read N pairs of unique colors and their unique associated hexadecimal values (for example Red FF0000) from the specified file (each pair color - hexadecimal value should be on a separate line) and store them in appropriate JCF collection(s). Give reasons for the chosen JCF collection(s);

Part 2: Sort the pairs in the increasing order of their hexadecimal values and then use iterators to display the sorted pairs to the console.

Part3: Using a GUI, display the pairs as radio buttons. When the user selects a radio button, the background of the GUI should change to that color.

Note. Using GUI automatic generation facilities of IDEs is not accepted.

Your programs should run and compile without errors - PLEASE ensure it compiles and write the full program to receive full credit. Thank you so much for your help.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Design write and test the java
Reference No:- TGS0958457

Expected delivery within 24 Hours