LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   show me a site:Java (https://www.linuxquestions.org/questions/programming-9/show-me-a-site-java-193249/)

alaios 06-14-2004 04:14 AM

show me a site:Java
 
I want to redirect a site if he clicks a button in my applet...
How i can do this?

aaa 06-14-2004 06:42 AM

getAppletContext.showDocuement()

alaios 06-14-2004 02:45 PM

Thx for your answer...the problem is that my class is declared as
public class Application extends JFrame implements ActionListener{

and i cannot change it...
Your function is inside the Applet and not in JFrame

aaa 06-15-2004 06:21 AM

If it is not an applet, then you can try to guess the browser and run it with System.exec(), or you can open the page in a JEditorPane.


All times are GMT -5. The time now is 10:12 AM.