Calendar program
- Simple Calender program
- Prints out 1 year's calender
- Preferred IDE: Eclipse (But you are free you use whatever you're comfortable with)
- Open Eclipse
- From main menu, select File > Import
- Expand General folder, select Existing Projects into Workspace and click Next
- If not zip file: Click Select root directory
- If zip file: Click Select archive directory
- Browse for file location
- Click Finish
import javax.swing.JOptionPane
import java.util.InputMismatchException;
input: year and start day of the year