Originally posted by Flo Powers:
I am imagining a menu based program, where the user can enter a URL as a String, whereupon the program loads the default browsers (or a particular browser for that matter) and directs it to the entered URL.
One problem might be that Java wouldn't know what the
default browser is as it is OS independent. I've written an
applet that takes a URL and directs the browser to that URL. I imagine that you would probably, at least, have to write code to start the browser of your choice using the exec() method.
[ February 05, 2006: Message edited by: Marilyn de Queiroz ]