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

  You are a mighty warrior and armed with your trusty bow and

you are a mighty warrior and armed with your trusty bow and 3 arrows you enter the caves in search of the mighty

  Prompts the user to input a decimal number

Write a program that prompts the user to input a decimal number and ouputs the number rounded to the nearest integer.

  Exchange the block of platinum for cash

You don't get any fractional part, as the division process rounds down the value. If you exchange the block of platinum for cash, you get m units of currency. You can do any number of exchanges for smaller blocks or currency.

  Create a modular solution algorithm using pseudocode

Create a modular solution algorithm using pseudocode. Create a structure diagram/hierarchy chart grouping processes from the defining diagram into modules.

  Java programming using netbeand

Java Programming using Netbeand- In this assignment, you will be asked to demonstrate what you have learned in the Discussion Board in terms of vector, wrapper classes, conversion, and collection data structures by writing and implementing Java co..

  Java programming murach 4th ed 1open the ch06ex1invoice

1.open the ch06ex1invoice project. take a screenshot after you open netbeans and paste it into a word or word

  Describe how a semaphore can be used to act like a lock.

The loop should execute until a "shutdown" flag is set to true on the runnable object executing in the thread.

  Small computer system interface-standard computer disk

How many primary drive partitions are supported on computers that still conform to the standard established by MS-DOS? How many total partitions can a standard computer disk [Intergrated Drive Electronics (IDE)/Serial Advanced Technology Attachment (..

  Technical community blog

Write a blog article for a coding and technical community blog.

  Eliminate the last comma in the string output

Eliminate the last comma in the String Output which includes array output values from "hourlyTemp[i]" (entire list). My guess is that this needs to incorporate "%d" somehow but my online book won't accept the use of "%d" for some reason. From the boo..

  Implement your client-server system

A detailed discussion of the methodology you used to implement your client-server system and a concise and detailed design for the client-server system

  Understand actual communication with an smtp server

Understand actual communication with an SMTP server can be achieved using TCP Sockets and understand the development of a graphical user interface (GUI) and use of event handling.

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