I am making a desktop application in Java and confused as to which swing component to use to achieve this result.
Here is the screenshot of the app.
I want to know the component for the content shown in the JScrollPane
.
I am thinking of JList
or JTable
with Providing a Custom Renderer.
There will be alphabet headers and rows containing information.
Each row can be clicked to open a new window. Row will also change its color on hovering.