java - JCalendar Build -


using jcalendar, have entered following code site:

private void jcalendar2propertychange(java.beans.propertychangeevent evt)  {     jcalendar jc = new jcalendar();     jc.addpropertychangelistener("calendar", new propertychangelistener() {      @override     public void propertychange(propertychangeevent evt) {         final calendar c = (calendar) evt.getnewvalue();                   system.out.println(c.get(calendar.day_of_month));          } }) 

but not getting result in output screen? build taking 23 seconds normal? thank help. need create mouse event?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -