How to add Calendar in netbeans ? in this tutorial, I will inform you to use calendar in java. If you want to make project using calendar, you must install JCalendar before. You can add JCalendar in palette so you can drag components from JCalendar to a form that you make before.
Oke, following this tutorial to add JCalendar.
1. Download JCalendar in Here.
2. Extract JCalendar in directory that you select before.
3. Open Netbeans. Select Tools --> Libraries --> New Library...
4. Name it "JCalendar" or another name that you like. Then click OK
5. Click Add JAR/Folder, then select JCalendar plugin which you extract before.
6. jcalendar-1.3.2.jar for tab Classpath, jcalendar-1.3.2-source.jar for tab Sources, and jcalendar-1.3.2-javadoc.jar for tab Javadocs.
7. Now has been formed JCalendar Library. Next step, you select Tools --> Palette -->Swing/AWT Components.
8. Click button "New Category" then name it "JCalendar".
9. Click button "Add from Library...". Then you follow my instruction like pictures below
10. Finally you success add JCalendar on your palette like a picture below.
Oke, thanks for visit my blog, meet again in next tutorial.
2 comments:
This really saves some time
Thanks to Afandi.
Post a Comment