Re: Some thoughts on org.apache.pivot.util.Resources / localization

2011-07-10 Thread Chris Bartlett
org.apache.pivot.util.Resources would have to remain as a non-abstract class in order to prevent breaking downstream code. On 10 July 2011 17:37, Chris Bartlett wrote: > Today is the first time that I really looked into Pivot's localization. > While playing around, I wanted to create a Resources

Some thoughts on org.apache.pivot.util.Resources / localization

2011-07-10 Thread Chris Bartlett
Today is the first time that I really looked into Pivot's localization. While playing around, I wanted to create a Resources instance and populate it dynamically, but realised that I couldn't and that Resources is not sub-class friendly. I came out of it wondering if it is unreasonable to wish for