I'm using the Nimbus look and feel. When I have a JList and I select the first or the last item the highlight is rounded. Normally it's a square shape.
How do I change it to square as the other elements?
I'm using the Nimbus look and feel. When I have a JList and I select the first or the last item the highlight is rounded. Normally it's a square shape.
How do I change it to square as the other elements?
I had accidentally changed the BorderFactory to use Line Border with rounded corners. After removing this the cells appeared correctly.
You can define your own ListCellRenderer
giving it the visualation you like.