58596061626364
* Create a new instance of JSCalendar. * Default constructor * @param imgLocation - the path to the image to use for the button */ public JSCalendar(String imgLocation) { this(imgLocation, new Color(255, 0, 0)); }
101102103104105106107
* Default constructor * @param imgLocation - the path to the image to use for the button */ public JSCalendar (String imgLocation) { this(imgLocation, new Color(255, 0, 0)); }