Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 747 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 747 Bytes

Java-Program-Calendar

Calendar program

  • Simple Calender program
  • Prints out 1 year's calender

Requirements

  • Preferred IDE: Eclipse (But you are free you use whatever you're comfortable with)

Importing saved file into Eclipse

  1. Open Eclipse
  2. From main menu, select File > Import
  3. Expand General folder, select Existing Projects into Workspace and click Next
  4. If not zip file: Click Select root directory
  5. If zip file: Click Select archive directory
  6. Browse for file location
  7. Click Finish
import javax.swing.JOptionPane
import java.util.InputMismatchException;

input: year and start day of the year

Results

1