The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 4 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Java is not my forte and I need help designing a GUI using Java syntax through Eclipse software.Â
Â
ObjectivesDeveloping a graphical user interface in programming is paramount to being successfulin the business industry. This project incorporates GUI techniques with other tools thatyou have learned about in this class. The code must be designed using Java syntax andexecutable through eclipse.Here is your assignment: You work for a flooring company. They have asked you to be apart of their team because they need a computer programmer, analyst, and designer toaid them in tracking customer orders. Your skills will be needed in creating a GUIprogram that calculates the flooring cost and stores the order in the database.The project has three components: an analysis and design document, the project code,and a user manual. The analysis and design document is due Week 4. The code anduser manual are due in Week 7. It is suggested that you begin working on the code inWeek 5, which should give you ample time to complete the project. You will find that thelectures and lab assignments will prepare you for the Course Project.GuidelinesYour application must include at least three tabs. The user will choose wood flooring orcarpet, enter the length and width of the floor, as well as the customer name andaddress. The application will compute the area of the floor and the cost of the flooringconsidering that wood floor is $20 per square foot and carpet is $10 per square foot. Asummary should be displayed, either in a tab or another window, listing the customername and address, floor selection, area, and cost. This information should also bestored in the MySQL database table. The program should validate that all information isentered and that the length and width are numeric values. Any numeric or currencyvalues must be formatted appropriately when output. Recommendations for thecomponents used for input areradio buttons—flooring type (wood or carpet);text fields—customer name, customer address, floor length, and floor width; andbuttons—calculate area, calculate cost, submit order, display order summary,display order list.The MySQL database table is called flooring and has the following description.FieldTypeCustomerNamevarchar(30)CustomerAddressvarchar(50)
Attachments: