> I don't catch where or why the anonymous type is required. Why not just
> use:
> 
> private List listData;

That's a raw type. Use of raw types currently produces compiler warnings, and 
may not be supported in future JDK releases.

> Or:
> 
> public class TableView<T>{

That's certainly possible, but parameterizing a user interface control seems 
really odd.

G

Reply via email to