openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Display "edited" color in tab titles #46

Closed balazsracz closed 7 years ago

balazsracz commented 7 years ago

After fixing https://github.com/openlcb/OpenLCB_Java/issues/3 on the individual fields we also need to provide some indicators on the tabbed group level. Since the tabbed-panes hide the individual fields, the user does not have a visual feedback to tell whether there are unsaved values in the current form.

We need to aggregate the unsaved indicators of group repeats and display it in the tab title, for example by coloring the tab's background appropriately, or by modifying the tab's title text to hint on the unsaved entities.

balazsracz commented 7 years ago

Fixed by https://github.com/openlcb/OpenLCB_Java/pull/60