
I need to create a Java Calendar in an Applet. The calendar displays months (jan - dec) in a 3x4 grid ... jan feb march \n april may june \n july .... so on. i need to have a user input text field, that will ask user for what year they need to see. years from 1000-3000 can only be displayed. so if a user picks the year 2000 show the calendar from that year. So how do i make this calendar ?

Please visit the following link:
http://www.roseindia.net/tutorial/java/swing/datePicker.html
The above link will be helpful for you.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.