Results 1 to 4 of 4
Thread: how to open a file through URL
- 07-23-2007, 08:08 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 41
- Rep Power
- 0
- 08-06-2007, 10:49 PM #2
Member
- Join Date
- Jul 2007
- Posts
- 40
- Rep Power
- 0
Yes. You could use JEditorPane component.
- 07-12-2008, 06:50 PM #3
html editor
There is a class that will display an html page with remarkable power, I can help you find it if you need. URL class is well documented and will do the network activity that is needed to get the html file from the remote.
Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 07-13-2008, 02:53 AM #4
Senior Member
- Join Date
- Jun 2007
- Location
- Bali, Indonesia
- Posts
- 696
- Rep Power
- 6
You can read the web page using java.net.URL class by passing the page URL address, then create an InputStream object to transfer its contents by opening the stream of the URL object.
Website: Learn Java by Examples
Similar Threads
-
open a pdf file in linux
By aparna in forum Advanced JavaReplies: 5Last Post: 06-08-2010, 12:51 PM -
Is it possible to open a txt file?
By jason27131 in forum New To JavaReplies: 20Last Post: 08-07-2007, 01:24 AM -
Open Blue Lab 1.3.0
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-19-2007, 03:37 PM -
open lazlo
By Peter in forum Advanced JavaReplies: 2Last Post: 07-04-2007, 06:22 AM -
Open Blue Lab 1.2.17
By levent in forum Java SoftwareReplies: 0Last Post: 06-07-2007, 08:57 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks