class Wolf extends Button{ public Wolf(int newX, int newY) { super(newX,newY,Button.COLOR_BLACK); } }