Create a swing based java gui application

Assignment Help JAVA Programming
Reference no: EM131428352

Objectives

This assignment is designed to test the ability in defining superclass, subclasses and creating & using objects in addition to designing Graphical User Interface (GUI).

Assignment Task

CQ Real Estate (CQRE) has requested you to create a Swing based Java GUI application to cater their needs. Whenever CQRE receives a property sale offer from the seller, it assigns an employee exclusively to that sale offer and then lists it for sale. When the prospective buyers provide their offers for buying these properties, CQRE maintains the details of those purchase offers. You may note that there can be many purchase offers for the same listed property. Some of the purchase offers may be less than and some may be more than the seller's seeking price for a property.

The listed property details must include the following:

- Type of the property (house/unit/villa)

- Address of the property

- Area of the property (in square meters)

- Number of bed rooms, garages and toilets available in the property

- Details of principal owner (only one owner's detail even though there can be multiple owners to the same property)

The sale offer must include the following:

- Property details
- Date of Offer
- End date
- (Seeking) Amount
- Name of the employee assigned to the property sale offer
- Sale commission percentage

The purchase offer must include the following:
- Sale offer details
- (Offered) Amount
- Date of Offer
- Details of prospective buyer (only one prospective buyer's detail even though there can be many prospective buyers for one purchase offer)

The software application's GUI should have necessary controls that are necessary to receive the input data and the application should store them appropriately in arrays or ArrayLists or any other suitable structures. In the initial stage, in assignment 1, the application need not store the input data in text files. The application's GUI layout is left to your choice. The application should also be user-friendly and is expected to display appropriate error/exit messages. For the software application development, you have to create appropriate Java classes and you must use the inheritance concept of OOD. You need to create your own superclass and sub classes that are relevant to the above requirements. Please note that extending the available built-in Java classes such as JFrame will not be considered, as inheritance usage, for assignment marking purpose. The application should also show your Student ID and Full name.

The data type for each of the inputs has not been mentioned purposely. You need to use the appropriate data type accordingly. The following Buttons, in addition to other controls, should be available and perform appropriate actions:

Clear - to clear the current inputs and present the default page
Exit - to confirm the exit and then close the application

If you submit an interactive Java application without any GUI controls, you will be given only partial marks.

In order to avoid plagiarism, complete list of classes, fields, methods and GUI layout have not been provided specifically in this assignment so that you are encouraged to develop your own classes appropriately.

Reference no: EM131428352

Questions Cloud

Site in a shopping mall in atlanta : Chris, a small business owner, has identified a store site in a shopping mall in Atlanta. The mall owner offered him to alternatives: one location with 10,000 square feet and the other with 15,000 square feet.
Discuss about the culture- language-values and beliefs : Discuss about the Culture, Language, Values and Beliefs.
How can employees maximize job performance : How can employees maximize job performance in order to increase work compensation? Must be answered in APA format.
Write a paper that identifies your own leadership : Write a paper that identifies your own leadership competencies and the areas you need to more fully develop to effectively serve as a change agent within your educational organization. Include the following in your response:Communication skills, ..
Create a swing based java gui application : COIT11134 - Object Oriented Programming(T12017) This assignment is designed to test the ability in defining superclass, subclasses and creating & using objects in addition to designing Graphical User Interface (GUI).
Describe what steps could be taken to enhance the work : In regards to discussion posts I generally follow the guidelines spelled out in Walden's grading rubric in regards to posts (see the grading rubric outlined in the course information section of blackboard). However, if you do not use APA format or..
How consumers can become the ideal customer : Describe how consumers can become the ideal customer (starting from a young age to an old age - give specifics and examples). Describe how businesses can become the ideal banking customer (starting from a new company to an century old business with ..
Particularly valid predictor of job performance : Given that seniority is not a particularly valid predictor of job performance, do you think it's unethical for a company to use it as a basis for promotion? Why or why not? Identify three other predictors, describe them, and explain why they are ..
What challenges might you face with the content : You will consider your ideas for the upcoming informative and persuasive speeches. What are you considering for your topics? Why are you choosing the topics and what challenges might you face with the CONTENT of the speech. (Do not discuss fear an..

Reviews

len1428352

3/15/2017 7:45:30 AM

Item Description Maximum marks 1 Program compiles (0.5) and runs (0.5) 1 2 Used Inheritance 1 3 Displays student id, student name (0.5 marks) and necessary controls for inputs needed (1.5 marks) 2 4 Creates and stores relevant details of property, sale offer and purchase offer - one mark for each. 3 5 Implemented Clear (0.5) and Exit/Stop (0.5) aspects. 1 6 Validated inputs (0.75) and displayed error messages (0.25). 1 7 Classes’ implementation complete and adequate: Suitable data type for fields (1.0) Super class and Sub class- constructors (1.0) and methods (1.0) 3 8 Code quality (meaningful names, indentation, comments, etc.,) 2 9 Word file contains actual output screen shots (0.75) including error messages (0.25) from the application 1 Less late penalty (5% per day) Less Plagiarism Total 15

len1428352

3/15/2017 7:45:21 AM

You should submit the following files: A zip file containing all Java source code files including the test driver file (and additional library or jar files used by your application, if any). Report.docx (a word file containing screen shots showing various inputs, error messages and outputs from your application program run).

len1428352

3/15/2017 7:45:14 AM

Note: If you submit an interactive Java application without any GUI controls, you will be given only partial marks. In order to avoid plagiarism, complete list of classes, fields, methods and GUI layout have not been provided specifically in this assignment so that you are encouraged to develop your own classes appropriately.

len1428352

3/15/2017 7:45:06 AM

This assignment is designed to test the ability in defining superclass, subclasses and creating & using objects in addition to designing Graphical User Interface (GUI). FAQ How many Java classes should I create? I have not used inheritance and aggregation in my application. Can I submit my application? Can I use platforms other than TextPad and NetBeans? Is the property type limited to only house/unit/villa? Can a seller be allowed to provide many properties for sale? Can a prospective buyer be allowed to provide purchase offers for many listed properties? Can I provide additional characteristics in addition to the above mentioned details for property, purchase offer and sale offer? Can a prospective buyer provide multiple purchase offers for the same listed property? Do I have to model the property sale/sold details in this assignment? What types of error checks are necessary especially for numerical inputs? You are encouraged to discuss the above questions with your lecturer/tutor and design your software application accordingly.

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd