aspose file tools
The moose likes Java in General and the fly likes Applet.showDocument() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Applet.showDocument()" Watch "Applet.showDocument()" New topic
Author

Applet.showDocument()

henri henri
Ranch Hand

Joined: Oct 03, 2005
Posts: 115
I don,t hav a problem using the showDocuemt() methos in a JApplet, but I am going to convert and incorporate my JApplet into an application.
henri henri
Ranch Hand

Joined: Oct 03, 2005
Posts: 115
please excuse me for ending the message in this follow-up, I accidentally touched another key at the library computer.

Since I will be converting my JApplet to an application, I can no longer apply the showDocument() method and I need to open up a new browser window after the keywords are encoded. Is there some kind of method that is a likely subsitute for showDocument() ?

I have tried to find this searching on the Internet with much success.
Thanks
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
The BrowserLauncher class does this in a cross-platform way.


Android appsImageJ pluginsJava web charts
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
Originally posted by henri henri:
please excuse me for ending the message in this follow-up, I accidentally touched another key at the library computer.


Don't worry. You could also have continued your original post by using the edit icon at the upper right, by the way.


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
henri henri
Ranch Hand

Joined: Oct 03, 2005
Posts: 115
Thank you to both of you for your invaluable suggestions
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Applet.showDocument()
 
Similar Threads
Menu is getting hidden behind the applet
JApplet to JApplet Communication
parser to be used
getApplet() throws incompatible type error ?
Applet and XML Doc through a browser