/Java_21_JList_Test_1

This Java program displays a list of color names in a GUI. When a user selects a color, the background of the window changes to match the chosen color. It demonstrates basic JList usage and event handling in Swing.

Primary LanguageJava

No issues in this repository yet.