-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
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