Create a stock class to manage the stock activity

Assignment Help JAVA Programming
Reference no: EM131588603

OBJECTIVES

- Create a GUI that uses JList andJTabbedPanes.
- Process multiple objects in an ArrayList.
- Code event handlers for multiple events.

PROBLEM: Stocks4U Portfolio Management System
Stocks4U needs to develop an app for you to manage your stock purchases.You should be able to store a list of stock purchases, view the individual stocks, add and remove stocks.

FUNCTIONAL REQUIREMENTS
You can code the GUI by hand or use NetBeans GUI builder interface.

The GUI should have two tabs usingJTabbedPane.
- One tab ("Show stocks") should have
o a JList to display all the stock purchases;
o a text field or label to display information about a particular stock; and
o aJButton to remove a stock.
- One tab ("Add stock") should have textboxes, labels, and a button to input a stock.

Create a Stock class to manage the stock activity. It should have private instance variables of
- company name;
- number of shares;
- purchase price; and
- current price.
Create a default and parameterized constructor.
Create sets/gets for all instance variables.
Create a get method to calculate and return the profit or loss. This would be calculated as
Number of shares * (current price - purchase price).
Create toString to display the name of the stock.

As you add stocks, they are displayed in the JList.
If you select an element in the JList, the gain or loss is displayed in the label or text field.
If you select an element in the JList and click Remove, the stock is removed from the list.

CODE STYLE REQUIREMENTS
- Include meaningful comments throughout your code.
- Use meaningful names for variables.
- Code must be properly indented.
- Include a comment header at beginning of each file, example below.
/****************************************************
Program Name: ProgramName.java
Programmer's Name: Student Name
Program Description: Describe here what this program will do
***********************************************************/

Reference no: EM131588603

Questions Cloud

Calculate the past growth rate in earnings : Calculate the past growth rate in earnings. What is Bouchard's cost of retained earnings, rs?
Write an algebraic expression that represents area of flag : Write an algebraic expression that represents the area of the flag. They have exactly 90 square feet of the red material.
Discuss psychosocial development : Research child-raising practices of the culture of your choice and predict their psychosocial development
What is the net cash by operating activities : S company reported net income for 2016 in the amount of $400,000. What is the net cash by operating activities under the indirect method
Create a stock class to manage the stock activity : Create a GUI that uses JList andJTabbedPanes - Process multiple objects in an ArrayList and Code event handlers for multiple events
Wacc and cost of common equity : If the firm's net income is expected to be $1.0 billion, what portion of its net income is the firm expected to pay out as dividends?
What psychological features do we expect to see in adults : Because most Americans do not practice rites of passage, how do we know when adolescence ends and adulthood begins
What is the cost of the preferred stock-including flotation : Travis Industries plans to issue perpetual preferred stock with an $11.00 dividend. What is the cost of the preferred stock, including flotation?
What developmental problems do you expect children : What developmental problems do you expect children in your Head Start program to have because of living in a lower socio-economic neighborhood

Reviews

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