Hi everyone, a colleague of mine wishes to use ListResourceBundles to store resources such as button labels etc. I think it'd be better to use property files in order to isolate locale-specific data so that it can be translated/modified without changing the code and forcing a recompile. He thinks the likelihood of us translating the data is slim however, and wishes to use ListResourceBundles to store objects such as keystrokes, eg Ctrl-C, for which we would otherwise need to map from a String -> javax.swing.KeyStroke.
My question is, even if the likelihood of translating is slim, is it not worthwhile having the gui data isolated in any case ? Also, what is the best practice for storing keystrokes in property files ? Thanks in advance, -Paul _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
