I would like to extract out the labels, error messages, button text etc from out the java code. There is too much discrepancy right now and changing things is a pain.
There are too many of these Strings to be implemented as constants in a java file. Ideally I would like it be something like a properties file.
Should I be using the ResourceBundle? This application is strictly English and will be in English for its life.