CountLines.java
: code to
illustrate reading lines until the end-of-file is reached. A sample run:
$ java CountLines.java < CountLines.java Line count: 42
bee_simulator_with_timer.zip
:
version of Bee Simulator code that adds a timer; this illustrates using
timers in JavaFX programs. Do NOT use this version as the basis for your
labs 3 and 4.