Forums Register Login

how to call browser from JEditorPane?

+Pie Number of slices to send: Send
hello,
I am making a program using swing. While working on JEditorPane I want to give a link which a user can click on. but would like on clicking the same the default browser should open and shows the page there but if I click there it opens the page into the JEditorPane itself.
Is there any possibility to open it in browser say IE or navigator?
Any suggestion?
regards,
Arun :roll:
+Pie Number of slices to send: Send
I think people have forgoten this posting..Pl suggest me some workaround for this..
regards,
arun
+Pie Number of slices to send: Send
Hi Arun,
Well, I have a very nasty work-around for you and it goes something like this:

The java Runtime class has all the old Unix style "exec" methods which you can call to start a new child process. Unlike the old fork() call, you don't have any real control over the child. You can get the input, output and error streams of the new process but as far as I know there is no way to open a pipe between the two processes for communication. You can kill the child process with the destroy() method of the Process class.
This is of course extremely unportable and assumes that you know the location of IE or whatever browser is on the system never mind what platform you're running on.
Hope this helps
Michael Morris
SCJP
Stop it! You're embarassing me! And you are embarrassing this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1170 times.
Similar Threads
How to put a hypertext in JEditorPane
display a browser(entire web page) inside a swing application
Question about hyperlink...
Calling a JSP using Swing
Open a Web Page inside a jDesktopPane
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 08:07:47.