posted 20 years ago
This is the code given by one of the moderator..
Let me explain how my program works..
1) User has to select the Month & Year from the JComboBox, as well as the date from the JList and then click on the "Display App" button
2)this would however get the whatever data store under the date, month, year from textfile named("Appointment.txt")
3)and display in the 3 textfield (dayInput, timeInput & appInput)
That's about it..
i have to avoid using Split() becos of the JDK1.4 thing.. my sch is using a JDK1.3.. so i have to avoid using this.. can u knidly pls help me.. i need a reply asap.. Urgently.. Thank u very very much..
[ edited to format code and to break really long lines -ds ]
[ April 19, 2004: Message edited by: Dirk Schreckmann ]