CenterForDigitalHumanities / SpectralRTI_Toolkit

Process Spectral RTI Images in ImageJ
GNU General Public License v3.0
1 stars 0 forks source link

Too many 'OK' buttons #52

Closed thehabes closed 5 years ago

thehabes commented 6 years ago

OK does not have a universal meaning. For any Dialog that asks for input or file picker, user a different word from 'OK'. For any dialog just telling the user something, use 'OK'.

Domhnall101 commented 6 years ago

OK should be consistent in it s use. OK as a standard is an acknowledgement not an action. Where this occurs we will replace with a custom window as appropriate.

thehabes commented 6 years ago

There is no way to access the buttons from GenericDialog and alter their name or label (not even GenericDialog.getButtons()). We will have to create custom windows for sure.

I have found that "OK" is misused in 13 scenarios, so we will need to create 13 custom windows.

thehabes commented 5 years ago

We have solved this through the UI redo.