Future - Swing & Generics: JList
PuceNov 23 2009 — edited Nov 23 2009Hi,
Sorry, if this is maybe a little bit off topic, but as this is about a way to evolve Swing (also check the "Swing 2.0" discussions) I thought to share this info with you, in case you would like to participate in the discussions.
As some of you might already know, some time ago I started the [swing-generics project|https://swing-generics.dev.java.net/] to "generify" the Swing framework.
Now my patch to "generify" JList, along with AbstractListModel, DefaultListCellRenderer, DefaultListModel, ListCellRenderer and ListModel, has been commited to the OpenJDK/ Swing repository!
You can learn more about the patch at the project site:
https://swing-generics.dev.java.net/
or my blog:
http://puces-blog.blogspot.com/2009/11/news-swing-generics-openjdk-jlist-patch.html
If you're interested in the future of Swing, join the discussions in the [OpenJDK Swing mailing list|http://mail.openjdk.java.net/mailman/listinfo/swing-dev].
-Puce
Edited by: Puce on Nov 24, 2009 1:39 AM