TVSchedule
-
For this assignment I designed an applet to show the times of several TV
programs during a week.
-
I used border layouts and panels to set up the appearance of the applet.
-
The user can select a day( Monday-Sunday ) on the right panel of checkboxes.
-
When the user selects a day, the TV-listings appear in the panel in the
center of the applet.
-
This happens using an ItemListener in the java applet, where when one item
in the checkbox is selected at a time.
-
The data for the center panel display of TV-show times is located in a
file( 'TVinputFile' ).
-
This data is accessed and separated into individual items using StreamTokenizer.
-
The program and data file are viewable from the assignment06 page.
by Greg (Sterge) Johnson