akosiraff

Download Home Utility NetBeans

Aug 21st, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/home-utility-netbeans/
  3. Write a Java™ GUI application using NetBeans™ Integrated Development Environment (IDE) that does home utility auditing.
  4. The user should be able to:
  5. Enter the cost per kilowatt-hour.
  6. Select from a list of 5- to 7-home appliances which includes a washer, among other appliances.
  7. Enter the power needed in kilowatts (kW) for the selected appliance.
  8. Enter the number of hours used per day for the selected appliance.
  9. If the washer is selected, enter both the number of gallons of water used by the washer per hour and the cost per gallon.
  10. The program should:
  11. Validate that the data entered has the correct format, and is within a reasonable range.
  12. Calculate and display the cost for operating a home appliance as soon as the data is entered.
  13. Create a listing area to display each of the following for each appliance entered:
  14. Home Appliance
  15. Number of hours per day
  16. Cost
  17. Display and update the total cost of all appliances, as soon as a new entry is added to the listing area.
  18. The Java™ application should meet these technical requirements:
  19. The application should have at least one class, in addition to the application’s controlling class (a controlling class is where the main function resides).
  20. There should be proper documentation in the source code.
  21. Submit your application to the Assignment Files tab above.
  22. Download: http://solutionzip.com/downloads/home-utility-netbeans/
Add Comment
Please, Sign In to add comment