<Swing Dev> [11] Review Request: JDK-5076761 : JList.setSelectedValue(null, ...) doesn't do anything

Andrej Golovnin andrej.golovnin at gmail.com
Fri Jan 5 13:21:38 UTC 2018


Hi Pankaj,

> Webrev: http://cr.openjdk.java.net/~pbansal/5076761/webrev.03/

src/java.desktop/share/classes/javax/swing/JList.java

2379             for(i = 0, c = dm.getSize(); i < c; i++) {

There should be a space after "for". Otherwise looks good. Thanks!

Best regards,
Andrej Golovnin



More information about the swing-dev mailing list