Question
You must design and develop a program in Java which follows the specification below. Scenario You have decided that it would be helpful to have
You must design and develop a program in Java which follows the specification below.
Scenario
You have decided that it would be helpful to have a program on your laptop which helps you whilst at university. There are so many new ways of doing things and so many new ways of presenting information that a good computer program would be really useful. Since you are learning Java anyway, it seems sensible to use that.
Your program should allow you to take notes in lectures on a laptop and classify them by course and date. You should be able to search these notes for key words so that you can find the useful pieces of information. (Note: Building this part will happen in the lectures.)
Your program should also allow you to develop your coursework for each course. Here you should be able to add a course to your list of courses. Each course will have a coursework with a list requirements (things you are being asked to do) for that course. You should be able to add this list of requirements for each course. Finally, your program should allow you to add notes for each requirement. (Note: This is the assessed part of the coursework.)
Requirements
You intend to start by creating a program which allows you to take notes.
Into this you should add extra screen(s) which help you plot the courseworks required.
Your program should be capable of:
adding a course to the list of courses and creating a folder for it.
adding a list of requirements for a specific coursework.
adding notes to each requirement.
outputting those notes as a text file so that it can be imported into a word-processed document.
It should do all of this in a proper, object-oriented way using indented code and correct naming of all classes, procedures, functions and variables.
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