Is there a simple way to open a web page within a GUI\'s JPanel?
If not, how do you open a web page with the computer\'s default web browser?
I am hoping for so
I don't know if such a built-in exists, but I would use the Runtime class's exec with iexplore.exe or firefox.exe as an argument.