About Vaadin Calendar

Dear Sir

When I use vaadin calendar,Ifound something different.

import com.vaadin.ui.Calendar <==== A

import com.vaadin.addon.calendar.ui.Calendar <====B

A and B where different ? and I should which one ???

Thank you so much…

Use com.vaadin.ui.Calendar, which has been in the core framework since 7.1. Calendar used to be an addon that’s why there’s this com.vaadin.addon.calendar.ui.Calendar package. You might have something old in the project dependencies, if you have Calendar add-on jar available.