aspose file tools
The moose likes Swing / AWT / SWT and the fly likes invoking internet explorer from Swing GUI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "invoking internet explorer from Swing GUI" Watch "invoking internet explorer from Swing GUI" New topic
Author

invoking internet explorer from Swing GUI

srk
Greenhorn

Joined: Nov 14, 2006
Posts: 4
HI,

Is there a way to invoke internet explorer from a Swing screen?
for e.g. can we show a url on a swing screen and when the user clicks on that the url it is opened in IE

Any help would be appretiated

Thanks in advance
Shradha
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35257
    
    7
Welcome to JavaRanch.

You could display the URL as the text on a JLabel, and then handle clicks on that label. Opening an URL in a browser can be accomplished with the help of the Bare Bones Browser Launcher class.


Android appsImageJ pluginsJava web charts
srk
Greenhorn

Joined: Nov 14, 2006
Posts: 4
Thanks a lot!
Regards
Shradha
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: invoking internet explorer from Swing GUI
 
Similar Threads
RIP and good riddance!
statusbar in swing
Error Handling in Servlets
limit in URL rewriting?
interfacing with internet explorer