Javadoc misprint for DefaultListSelectionModel
Shawn Wilson <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hey guys, just wanted to let someone know that there is some incorrect information in the javadoc comments for DefaultListSelectionModel. Specifically, the comments for setSelectionMode() claim "the default it MULTIPLE_INTERVAL_SELECTION". However, after wondering why my BSelect wasn't working and then looking at the source I see that should actually say "SINGLE_SELECTION". -shawn