-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
None
-
beta
-
generic
-
generic
Abstract: ListDataEvent class missing paramString() method
Description: ListDataEvent details are not present upon printing
the event...
For example:
list.addListDataListener (new ListDataListener () {
public void printEvent (ListDataEvent e) {
System.out.println (e);
}
}
Swing version: 1.0.1
Description: ListDataEvent details are not present upon printing
the event...
For example:
list.addListDataListener (new ListDataListener () {
public void printEvent (ListDataEvent e) {
System.out.println (e);
}
}
Swing version: 1.0.1