Hi guys, I’m doing a project using Java Swing. The idea is torender a list of items that the user should add, edit, or delete.However, I’m having a problem with my JList because I can’t selectan item from the JList when clicked. I believe that the reason whyit is happening is because I’m using a custom component (JPanel)instead of a JLabel. However, I don’t know how to fix this error insuch why that I can keep using the custom component and select thedesire item.
Here is the specifications of the Project in more detail:http://www.cs.utep.edu/cheon/cs3331/homework/hw3.txt
Thanks in advance Guys
Function that renders the list:
private
OR
OR