How do I get a webpage to open up in a frame?
(I’m using netbeans and java)
e.g in a html page you can use
<frame src="http://www.google.com">
and it will display google in the frame.
I don’t want it to open a browser, just to open up within the frame. How can I do that?
Here is a quick example of how to load google with the JEditorPane. I hope this is what you are looking for, but I’m still not 100% sure what exactly you want. If you could provide a bit more information about what you are doing I would be able to help you more.