open a browser-window and show an Internetpage of a certain URL

Is there any class or package with a member, that can open a Browser-window and show an Internetpage of a certain URL?
[125 byte] By [EricFalbea] at [2007-11-27 9:13:38]
# 1
open a browser window: not sure you can do that ; though you can try with Runtime.exec() but you will have to choose the browser that should open and if the comp does not have it you're stuffedread the content of an URL: i think you can do that with methods of URLConnection class
calvino_inda at 2007-7-12 22:01:10 > top of Java-index,Java Essentials,Java Programming...