I wonder, if it possible to make a data binding in java like we can do this in c#? Googled a lot, but there are no answers for me.
I want to bind, for example, collection to Jtable, and want JTable to be updated when I add, delete, or change some elements in collection.
Thanks in advance!
well after investigation I found out that there is nothing better than using a custom models. In this blog you can find just a perfect table models.