On 7/10/11 9:36 PM, Steven Yang wrote:
some hints about Java naming convention 1. package names are all lower cases
They're actually camelCase after the first word. Typically people figure out ways to keep each dotted component to one word to avoid that, though.
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

