data binding « Dialog « Java Swing Q&A





1. If use databinding in a dialog, how to restore data when user cancelled the editing?    stackoverflow.com

If I get a bean and a dialog, and they are coupled with bidirectional data-binding, what is the best way to roll back to the original bean when user canceled the ...