here is the lab i am having issues with i need redone with NEtBeans please.

here is the lab i am having issues with i need redone with NEtBeans please. thank you in advance.

CIS355A Week 4 Lab—Processing Arrays of ObjectsOBJECTIVESCreate a GUI that uses JList and JTabbedPanes.Process mul±ple objects in an ArrayList.Code event handlers for mul±ple events.PROBLEM: Stocks4U Por±olio Management SystemStocks4U needs to develop an app for you to manage your stock purchases. You should be ableto store a list of stock purchases, view the individual stocks, add and remove stocks.FUNCTIONAL REQUIREMENTSYou can code the GUI by hand or use NetBeans GUI builder interface.The GUI should have two tabs using JTabbedPane.One tab (“Show stocks”) should haveoa JList to display all the stock purchases;oa text Feld or label to display informa±on about a par±cular stock; andoa JBu²on to remove a stock.One tab (“Add stock”) should have textboxes, labels, and a bu²on to input a stock.Create a Stock class to manage the stock ac±vity. It should have private instance variables ofcompany name;number of shares;purchase price; andcurrent price.Create a default and parameterized constructor.Create sets/gets for all instance variables.Create a get method to calculate and return the proFt or loss. This would be calculated asNumber 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 Feld.If you select an element in the JList and click Remove, the stock is removed from the list.CIS355A Week 4 Lab Instruc±onsPage 1
Background image of page 1
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

this is my W6 lab, I need this to be done with NetBeans please.

this is my W6 lab, I need this to be done with NetBeans please. thank you in advance.

CIS355A Week 6 Lab—Database ConnectivityOBJECTIVESProgrammatic access to a MySQL database to add and display recordsPROBLEM:Student Management SystemA teacher needs the ability to store and retrieve student data. This includesstudent name;three test scores;average; andletter grade.FUNCTIONAL REQUIREMENTSYou can code the GUI by hand or use NetBeans GUI builder interface.Create a GUI which allows for input and display of student data.It should include buttons to save a record, display all records.Create a database and table to store student name and three test scores. (Note thataverage and grade are calculated by app.)Student classCreate a Student class to manage the student data. It should have private instancevariables ofstudent name; andthree test scores.The class must have the following methods.A default and parameterized constructorSets/gets for all instance variablesA get method to calculate and return the averageA get method to calculate and return the letter gradetoString to display the name of the studentStudentDB classCreate a StudentDB class that is used to create a connection and interface with thedatabase.This class should have two methods.getAll—reads data from database, returns data in an arraylist ofstudent objectsadd—writes a record to the databaseGUI classInsert button will take the info from the GUI (student name and three test scores)and insert a record into the table.Input should be cleared from the textboxes.CIS355A Week 6 Lab InstrucTonsPage 1
Background image of page 1
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Make an address book application that stores your contacts in a database in JAVA via Netbeans or Eclipse

Make an address book application that stores your contacts in a database in JAVA via Netbeans or

Eclipse.

JTabbedPane GUI with two tabs: an Add tab that lets the user enter the information for a contact and add it to the database, and a Display tab that shows all of the contacts.

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

I need help with this please, I need it done in NetBeans.

I need help with this please, I need it done in NetBeans.

Make an address book application that

stores your contacts in a database.

First, set up a database with at least one table for the contacts. The fields should include the contact’s name, phone number, and email address.

Then create JTabbedPane GUI with two tabs: an Add tab that lets the user enter the information for a contact and add it to the database, and a Display tab that shows all of the contacts in the database.

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"