public static void main (String args [] )
{
Tower t = new Tower();
}

You would have to have a tower constructor to do this however..
Put all the code laying out in your Tower class into a...