Here is the thing i want to do.
open an applet - load a text file into a Jlist. The text file will contain html web site links. The applet has to go open all the links inside the list and wait 30 seconds or so between each web page surf.
I know how to load a txt file and get a list in. (FileReader -> get an array of strings-> enter all of em into the Jlist with loop).
I, however dont know how to open the links into a webpage ( maybe a Popup box or something like a webpage area inside the Applet). Also i dont know how to get the thing to wait 30 seconds.
also need start/stop/Load list buttons. and a text fields for current link and time interval.
Thanks
Arjun
