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

  Hash-join algorithm

In this assignment, you will have a chance to implement the hash-join algorithm for a DBMS. You can use C, C++, or Java to write the program. However, your program should include su- cient comments to make it readable. You need to turn in

  Write a program for sending and receiving a file

Write a program for sending and receiving a file that uses Hamming code for error correction - The encoder should generate file encoded that consists of codewords and should be twice the size of the original dataFile.

  Overriding the equals method

Use the equals method, which Player inherits from the Object class, to determine whether two players are the same. Are the results what you expect?

  Creation of classes and objects

Introduction of programming using the Java language. The foundation of object-oriented programming will be th topic here. This will include creation of classes and objects, object responsibilities and characteristics, and UML class diagrams

  Write the definitions of the methods to implement operations

Calculate and return the day by adding certain days to the current day. For example, if the current day is Monday and we add four days, the day to be returned is Friday. Similarly, if today is Tuesday and we add 13 days, the day to be returned i..

  String copy and string concatenation functions

Write the string copy and string concatenation functions -  Append n characters from string2 to stringl by using pointer arithmetic

  Create pipe-and-filter network that will read data stream

Create a pipe-and-filter network that will read the data stream in FlightData.dat file, convert the temperature measurements from Fahrenheit to Celsius, and convert altitude from feet to meters - How would this impact the key quality attributes of ..

  Write a program that prompts the user to enter an integer

Using && and || write a program that prompts the user to enter an integer and determine whether it is: Evenly divisible by 5 AND 6.

  Discuss the pros and cons of compilers and interpreter

Pick a problematic situation that you think a Java program can solve or make easier.

  Write a java application to store pairs of unique colors

Write a Java application that effectively uses Java collections to store pairs of unique colors and their unique hexadecimal values. For example, "Red" -> "FF0000". Store at least 8 and up to 20 of these pairs.

  Explain calculating average asdouble

EnhancedTestScoreApp.javacompiles, Uses += onscoreCountandscoreTotalfields, UsesMathclass methods to track minimum and maximum scores, Displays minimum and maximum scores at end, ChangedscoreTotaltoint, CastscoreCountandscoreTotaltodoublebefore calcu..

  How array is declared and initialized in java

What is a Java applet - how array is declared and initialized in Java and what are the access control attributes in Java?

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