CIS-355A Java Course Project
Java, java, java. What a fun and versatile language. I've spent the past 7 weeks learning it in my Java Application course taught by Professor Rick Bird. While I'm admittedly no expert, I do believe I have the basics down. For our course project, we were required to create an Order Application for a Flooring Company. The user requirements summarized are: 1. Must have 3 tabs. 2. Must select flooring type: wood or carpet 3. User must enter length and width of their room. 4. Must calculate cost and the room area. 5. Must obtain customer information. 6. Must create two lists: Order Summary and Order List 7. Must connect to a table in a database. As I'm sure you can ascertain this project was not easy and involved a lo...