Web Page
i was just wondering if Java could open a web page like www[dot]google[dot]com
in swing:
say a button is clicked(actionperformed),
//....
//I want the command here.
I even want to close the page after sometime(not manually).
How can I do so?
Thank You.

