subject

If you need extra documents to solve this i can email to you me out. i will so grateful. you just have to tell me your email

csc 151 tabby recreation and party service gui project

goal

using your event and trapscalendar classes, write a widgetviewer program that will allow sophie, sally and jack to schedule and maintain the events that their event organizing business will sponsor. this document will describe the minimum expected function for a grade of 90. your mission is to "go and do better." the meaning of "better" is largely up to you. find something that stinks about the program as described here (that shouldn’t be hard), and fix it.

restrictions and warnings

do not use language elements that we haven’t covered without contacting your instructor beforehand and getting explicit permission. you will be required to explain those elements in terms of the java language. claiming "i saw this and it worked" is completely unacceptable.

you may not, under any circumstances, use a code generator.

like all widgetviewer programs, controlling the layout of our widgets is awkward. assuming the layout is readable, the grading will not penalize a program for an awkward layout.

be sure to document your enhancements so i know what to look for. it doesn’t have to be much or fancy. you can add a note to the dropbox submission, or add a text document to the submission, anything that i’ll notice as i review your program.

objectives

by the end of this project the student will be able to:

write a widget viewer program that maintains a calendar of events.
display events in the order they were entered into the program.
allow the user to select different views of the collection of events, such as sorting by the name or date.
write a program consisting of multiple classes and multiple objects based on those classes.
demonstrate the ability to segregate business logic from user interface.
demonstrate the ability to catch user events, write event handlers, listen for events, and process events.
manage a collection of event objects.
grading elements

your program should:

follow your instructor’s rules and conventions for code quality, conventions and submission
be a widgetviewer program that allows gui control of the event and calendar information
use event handlers to indicate a user clicking a button to add an event to the calendar or changing the user’s view of the calendar
allow a user to add events of a given name, venue, date, etc to the calendar
be implemented as multiple classes with multiple instances of some classes
segregate the management of events to a calendar object
the event and calendar classes are not concerned with user interface
the user interface code is not concerned with managing or sorting events within the calendar
display the calendar’s events in the order that the events were entered, sorted by name, and sorted by
improve the described program

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Some peer-to-peer networks have a server and some don't. true false
Answers: 2
question
Computers and Technology, 24.06.2019 13:30
What is the most important for you to choose before you build a network?
Answers: 1
question
Computers and Technology, 24.06.2019 22:10
Function name: poly parameters: int returns: int description: a polynomial of degree n with coefficients a0,a1,a2,a3, . . ,an is the function p(x) = a0+a1x+a2x2+a3 ∗ x3+ . . +an ∗ xn this function can be evaluated at different values of x. for example, if: p(x) = 1+2x+ x2, then p(2) = 1+2 ∗ 2+22 = 9. if p(x) = 1+x2+x4, then p(2) = 21 and p(3) = 91. write a function poly() that takes as input a list of coefficients a0, a1, a2, a3, . . , an of a polynomial p(x) and a value x. the function will return poly(x), which is the value of the polynomial when evaluated at x.
Answers: 3
You know the right answer?
If you need extra documents to solve this i can email to you me out. i will so grateful. you just...
Questions
question
Mathematics, 11.02.2022 22:30
question
Mathematics, 11.02.2022 22:30
question
Physics, 11.02.2022 22:30
question
English, 11.02.2022 22:40
question
Mathematics, 11.02.2022 22:40
question
Mathematics, 11.02.2022 22:40
Questions on the website: 13722367