I'd like to detect when the date is changed in a JDateChooser field so that I can update another field.
Is this possible? And if so where should I be starting? I've already looked at the documentation and unfortunately there are no methods for adding something like an ActionListener or StateChangeListener (my first thoughts).