private Area theArea = new Area(1, 2, 3, 4);
This is normally refereed to as lower camel case.
Another thing you could include is constants, which you use full capitals and separate words with the _ character.
e.g
public static final int TIN_ROCK_COLOUR = 53;