Java style and coding conventions

Case conventions for names

   package, thispack (short name, no uppercase)
   ClassName, ThisIsAClass
   methodName, thisIsAMethod()
   variableName, thisIsAVariable
   CONSTANT, THIS_IS_A_CONSTANT