How to bind booleans in JTable with JGoodies

Viewed 408

I have seven boolean values in a column of a JTable that I want to bind to my bean.

How do I bind them?

All the JTable binding examples out there focus on binding the table selection, but I only care about what the values of those booleans are.

1 Answers
Related