Lesson-based Links
Lesson Six
- Lab 14: Murach Exercises - Working with Files
- Practice with text files, binary access files, random-access files, and file-based exception handling by completing exercises 18-1 through 18-4
Lesson Seven
- Lab 15: Bagel Shop
- Using Swing, build a GUI that takes a bagel order and calculates cost.
- Lab 16: Future Value
- Review, trace, and understand the code FutureValueFrame.java, which was generated by the NetBeans GUI tool. Use and enhance SwingValidator.java to validate form input. Business logic is stored in FinancialCalculations.java.
Lesson Eight
Applet files are stored here on jackmyers.info. Unlike servlets, applets do not require Java to be enabled on the server.
- Simple Applet
- Della's House of Bagels (four versions of the HTML): Bagel1.html, Bagel2.html, Bagel3.html, Bagel4.html
- Embedding applets in HTML
- Supplemental Examples
- Lab 17: Bagel Shop
- Transform the Bagel Shop application (Lab 15) into an Applet.