Third Iteration Progress Report~~
Plan
- Goal: Get Applet up and running on site, make another program for checking
in orders
Design Phase
- Design: Java applets
- Need to make an applet for: checking discrepencies between orders sent and received
Coding
- Coding for basic log in
- Coding for the first java program can be found
here.
Testing and Deployment Phase
- Tester
- Bug found:
- When cancelling order, it just made a file named CANCEL.txt
- Fixed by changing coding for checking Strings with one another
<----Back