Question
Computer Science 1 : Java Programming Program 8: Final Project In this final program, you will design and write your own GUI program using Swing
Computer Science 1 : Java Programming
Program 8: Final Project
In this final program, you will design and write your own GUI program using Swing to do something
interesting. It must have the following characteristics:
It must be a GUI program written in Swing.
It must load persistent data from disk and/or write data to disk in a CSV or text file.
It must display your name somewhere on the GUI.
It must follow the indentation, capitalization, and other coding conventions of the class
I am creating a 30-day calendar program that must follow the conditions above in java. The program must read text events from a separate file and display them on the correct dates. The key to the program is that the information for the dates must come from a separate file, and not be input while the program is running. I also need each day labeled numerically on the calendar.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started