Hi Florian,
Please take a look at the http://openjdk.java.net/contribute/ page,
especially at *Submit a patch* section. We are trying to standardize
contribution process, so you should create a new bug report in the
OpenJDK Bugzilla system and add your patch there.
Thanks, Pavel.
P.S. I'm looking at your patch regardless of a bug report, but you
should create the bug report.
Hi,
so, here I prepared a first patch to "generify" JList, along with: AbstractListModel,
DefaultListCellRenderer, DefaultListModel, ListCellRenderer and ListModel.
-Florian