Alexander Potochkin wrote:
Could you please provide a complete example of a JListwith a custom ListCellRenderer that proves that renderer should be generified
I bet if you used NetBeans to find implementations of ListCellRenderer even within the JDK most useful implementations would cast the value argument.
(I prefer option 3, btw.) Tom Hawtin