Hi everyone!
I would like to know if it's possible(and how it is) to download a webpage completly with Java(like this thread you're reading now
) then show it in a window. I've read the big book of Java but all i found was:
URLConnection openConnection(URL)
parseURL(URL, String, int, int)
toExternalForm(URL)
Anyone knows more about this?
Thanks!
Aeren
I would like to know if it's possible(and how it is) to download a webpage completly with Java(like this thread you're reading now
URLConnection openConnection(URL)
parseURL(URL, String, int, int)
toExternalForm(URL)
Anyone knows more about this?
Thanks!
Aeren