JTable Bean Table Model
* The main purpose of this model is to easily bind a Collection of JavaBean (Pojo) into a JTable. * The second challenge is to provide a 'blinking' (or Flash) feature when data are updated from the model * finally we provide a little framework for Cell Renderer. In both case, we aim to provide very good performance (in fact with minimum CPU impact as possible).





