class Rabbit extends Button{ public Rabbit(int newX, int newY) { super(newX,newY,Button.COLOR_WHITE); } }