Second Iteration Progress Reports~~
Plan
- Goal: write the program (for order and receiving orders) in java, then
using a java applet, put it on the page
Design Phase
- Design: java applet
- Ask
- Sku
- Description
- Price
- Quantity
- Need to have a write out
Coding
- Java program, using GUI made
- It first asks how many different items the store wants to order
- Then it makes a list of that many text fields where they can enter the four
infos (sku, description, price, quantity)
- Submit will get the info, but
- For some reason, the import package "edu.fcps" is not opening, therefore I
can't write out into files yet
Testing and Deployment Phase
<----Back