Search:

Type: Posts; User: Bertorox

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    5,617

    Re: Can't get applet to work on Safari..

    Are you saying the html should say:


    <applet code = "Candle" width="350" height="200">
    </applet>

    The name of the applet is "Candle" btw.
  2. Replies
    10
    Views
    5,617

    Re: Can't get applet to work on Safari..

    ok, so i opened the page with the java console and this is what it said:
  3. Re: HELP! My applet won't run on a web browser....

    What was the correct format? I have the same problem
  4. Replies
    10
    Views
    5,617

    Re: Can't get applet to work on Safari..

    Yes, java itself works fine. The plug-ins are up to date and everything.
  5. Replies
    8
    Views
    2,540

    Re: Call method(s) within the same class

    Haha don't worry about it. Happens to everyone. Glad I could help
  6. Replies
    8
    Views
    2,540

    Re: Call method(s) within the same class

    Did you make sure to change the class name back? I changed it so it would work in my project
  7. Replies
    8
    Views
    2,540

    Re: Call method(s) within the same class

    Let me know if it works
  8. Replies
    8
    Views
    2,540

    Re: Call method(s) within the same class

    try this:



    import java.util.*;

    public class TestIf
    {
    public static void main(String [] args)
    {
  9. Replies
    8
    Views
    1,189

    Re: nooby question

    Unfortunately, i don't think there is =(
  10. Replies
    10
    Views
    5,617

    Re: Can't get applet to work on Safari..

    I don't know how to access the java console when the page doesn't even load.
  11. Replies
    8
    Views
    1,189

    Re: nooby question

    Oh! ok. As far as i know, the correct if statement would be :

    if ((x == 1)|(x==2)) {}
  12. Replies
    8
    Views
    1,189

    Re: nooby question

    Are you trying to make x an array?
  13. Replies
    10
    Views
    5,617

    Can't get applet to work on Safari..

    Ok, so I'm new here and kind of new to the whole Java thing but I'm taking a course at school and we learned how to open a Java applet using HTML and a web browser. Now I'm trying to use the Mac's...
Results 1 to 13 of 13