Write a program that draws a bear print anywhere the user clicks.

You are provided with a method drawBearTrack that draws a single bear track at the given (x, y) position:

private void drawBearTrack(double x, double y)