JOVCalendar (JDialog, Java)

The current project is a small gift for the comunity. A JDialog prepared with the likeness of a calendar, prepared to pick dates easily on your projects.

I am distributing the Dialog under the Apache 2.0 License, so that you can use it in your own projects without problems.

In the repository you will find an example and the package with the source code and class files.

The usage is very simple. The class has three principal methods: Show() to show the JDialog, GetDate() to retrieve the last picked date and RestartCalendar() to erase last picked date.


                   ModalCalendar cal;
                   calendar = new ModalCalendar(mj);
                   calendar.Show();
                   System.out.println(calendar.GetDate());
                   calendar.RestartCalendar();
     

Technologies:

  • Java

Download Section

Go to the repository