Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA Tabby Recreation and Party Service GUI Project (Java Programming Language) Goal Using your Event and TRAPSCalendar classes, write a WidgetViewer program that will allow

JAVA Tabby Recreation and Party Service GUI Project (Java Programming Language)

Goal

Using your Eventand TRAPSCalendarclasses, write a WidgetViewerprogram 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 shouldnt be hard), and fix it.

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 instructors 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 users 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 calendars events in the order that the events were entered, sorted by name, and sorted by
  • Improve the described program

image text in transcribed

Event Name Event Venue Event Date 2019- Tickets Sold Ticket Price Overhead Costs Create an Event Sell Tickets Reset List Sort by Name Sort by Date Event Name Event Venue Event Date 2019- Tickets Sold Ticket Price Overhead Costs Create an Event Sell Tickets Reset List Sort by Name Sort by Date

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Current Trends In Database Technology Edbt 2006 Edbt 2006 Workshops Phd Datax Iidb Iiha Icsnw Qlqp Pim Parma And Reactivity On The Web Munich Germany March 2006 Revised Selected Papers Lncs 4254

Authors: Torsten Grust ,Hagen Hopfner ,Arantza Illarramendi ,Stefan Jablonski ,Marco Mesiti ,Sascha Muller ,Paula-Lavinia Patranjan ,Kai-Uwe Sattler ,Myra Spiliopoulou ,Jef Wijsen

2006th Edition

3540467882, 978-3540467885

More Books

Students also viewed these Databases questions