Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Eclipse - Start: Applet not initialized - Help?

  1. #1
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Eclipse - Start: Applet not initialized - Help?

    The posted code has some compiler errors you need to fix before you can execute it.
    If you don't understand my answer, don't ignore it, ask a question.


  2. #2
    Junior Member
    Join Date
    Jan 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Eclipse - Start: Applet not initialized - Help?

    Quote Originally Posted by Norm View Post
    The posted code has some compiler errors you need to fix before you can execute it.
    Fixed it, I'd not put a space into one of the functions! newJPanel needed to be new JPanel.

    Thanks for pointing that out.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Eclipse - Start: Applet not initialized - Help?

    Does it work now?
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Junior Member
    Join Date
    Jan 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Eclipse - Start: Applet not initialized - Help?

    It does, thank you for the pointer. I went back and looked closely at the code once more and found the error.

    After staring at the same piece of code for hours on end makes you miss just little trivial things!!

  5. #5
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Eclipse - Start: Applet not initialized - Help?

    After staring at the same piece of code for hours on end makes you miss just little trivial things!!
    Sorry, my compiler found the errors in milliseconds. You must not be using your IDE correctly.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. variable might not have been initialized!!
    By bassie in forum What's Wrong With My Code?
    Replies: 4
    Last Post: December 4th, 2012, 12:39 PM
  2. Write an applet with Eclipse
    By alizadeharand in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 3rd, 2012, 06:07 AM
  3. applet is not initialized. Help will be appreciated
    By NewAtJava in forum What's Wrong With My Code?
    Replies: 5
    Last Post: March 20th, 2012, 07:03 PM
  4. Variable might not have been initialized
    By JavaGirl9001 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: December 7th, 2011, 11:24 AM
  5. Start: Applet not initiallized
    By pottsiex5 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 26th, 2011, 12:55 PM