On 9/10/06, Robert Jordan <robertj at gmx.net> wrote: > > Prefs prefs = new Prefs() is hiding the outer "prefs" field defined > at class scope. Try this: > > this.prefs = new Prefs(); > Thanks, yes that is excelent. -- Rob