Welcome
Welcome to KineticModels project page.
Overview
Scope of the project is the creation of a high performant event list that can be used as common model by JTable, JList, JComboBox components in a multithreated environment.
With KineticModels you don't need anymore to manually update the Swing user interface when you change the model using threads. Any sequence of changes in the model is automatically optimized and sent to the view in realtime inside the AWT Event-Dispatching thread.
DataList is the main component, a Java List wrapper ready to be attached to any standard or custom Swing component.