Hi, I have a question about conventions. Java coding guideline is to have the brackets not in a new line. I've seen both in JSword but is it to have new line? Why are the instance variables declarations at the bottom? What is this // $NON-NLS-1$ for? This I haven't seen elsewhere. Manfred