J
jcd.news
Hello.
I've created a browser in a JPanel with jdic :
http://today.java.net/pub/a/today/2004/10/14/jdic1.html
import org.jdesktop.jdic.browser.*;
import java.net.*;
import javax.swing.*;
......
WebBrowser browser = new WebBrowser();
browser.setURL(new URL("http://java.net"));
myJPanel.add(browser);
.....
is there an easy way of printing the html page displayed in the
browser ?
thanks
I've created a browser in a JPanel with jdic :
http://today.java.net/pub/a/today/2004/10/14/jdic1.html
import org.jdesktop.jdic.browser.*;
import java.net.*;
import javax.swing.*;
......
WebBrowser browser = new WebBrowser();
browser.setURL(new URL("http://java.net"));
myJPanel.add(browser);
.....
is there an easy way of printing the html page displayed in the
browser ?
thanks