Hi What are the feelings of the developers about the maximum sizes of .java source files?
I'm asking because I'm working with TextAreaSkin, and it's 3000 lines long with lots of large inner classes. My personal preference would be to create a new package org.apache.pivot.wtk.skin.textarea, move TextAreaSkin into that package, and break out the inner classes into their own top-level classes. Thoughts? -- Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html
