Question: Murach java programming 4th or 5th edition exercise 16-1 Link to NetBeans projects https://ufile.io/d690y 1. Start NetBeans and open the project named ch16_ex1_FutureValue 2. Replace
Murach java programming 4th or 5th edition exercise 16-1
Link to NetBeans projects
https://ufile.io/d690y
1. Start NetBeans and open the project named ch16_ex1_FutureValue
2. Replace the Number of Years text field with a combo box. Then, code a method that fills this combo box with values 1 through 20, and call this method from the constructor for the frame. Make any other necessary changes to provide for the combo box. Test the project to be sure it works correctly.
3. Replace the Future Value text field with a list that displays five rows and uses a verticle scroll bar but no horizontal scroll bar.
4. Modify the actionPerformed event for the Caluclate button so that instead of calculating a single value, it calculates the future value for each year up to the year selected via the combo box and adds a string showing the calculation for each year to the list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
