I have a Jtable with editable fields and a Jbutton. I want my button to be disabled until all table fields are filled. After all fields are filled I want the button to be enabled. How can I achieve this?
Thanks for the help.
two options:
The latter is the better option, because it's really up to the model to decide about its own state.