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.

Page 2 of 2 FirstFirst 12
Results 26 to 32 of 32

Thread: just one more error that i cannot figure out please help me.

  1. #26
    Banned
    Join Date
    May 2010
    Location
    North Central Illinois
    Posts
    1,631
    My Mood
    Sleepy
    Thanks
    390
    Thanked 112 Times in 110 Posts

    Default Re: just one more error that i cannot figure out please help me.

    Well, before, your code wouldn't even compile.

    I moved some things to initComponents() so that it would at least compile.

  2. #27
    Member
    Join Date
    Jun 2011
    Posts
    44
    My Mood
    Mad
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: just one more error that i cannot figure out please help me.

    now if only you could finish the program for me ah- that'd be good that'd be good

  3. #28
    Banned
    Join Date
    May 2010
    Location
    North Central Illinois
    Posts
    1,631
    My Mood
    Sleepy
    Thanks
    390
    Thanked 112 Times in 110 Posts

    Default Re: just one more error that i cannot figure out please help me.

    I had thought of something.

    If you're planning to use that JList for something to do that makes the value of playervalue1 change, then perhaps you should add a ListSelectionListener to it.

    See method addListSelectionListener(), and ListSelectionListener interface below:

    JList (Java Platform SE 6)
    ListSelectionListener (Java Platform SE 6)

    On the other hand, if you are hoping for a Button of some kind to make the playervalue1 change, then you might want to use an ActionListener.

  4. #29
    Member
    Join Date
    Jun 2011
    Posts
    44
    My Mood
    Mad
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: just one more error that i cannot figure out please help me.

    Ok what changes playerscore1 is the list the button woul just start the value change and tester it to zero when on off position also the whole thing is acting basically as a clock Exept it doesn't display time it displays the match bonus

  5. #30
    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: just one more error that i cannot figure out please help me.

    it doesn't display time it displays the match bonus
    Is that because you're confusing some variables. for example: using the one containing the match bonus instead of the one containing the time.

  6. #31
    Member
    Join Date
    Jun 2011
    Posts
    44
    My Mood
    Mad
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: just one more error that i cannot figure out please help me.

    Ok the math bonus is dependent on he amount of seconds that have passed but it is also dependen on the players rank also I hope to get his app on my iPod someday but that's ablest 4 weeks from now (unless I get a dev groups going

  7. #32
    Member
    Join Date
    Jun 2011
    Posts
    44
    My Mood
    Mad
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: just one more error that i cannot figure out please help me.

    ablest 4 weeks from now (unless I get a dev groups going


    I am replying from my iPod it's school but I have some free time

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [SOLVED] can't figure out..
    By darego in forum What's Wrong With My Code?
    Replies: 6
    Last Post: December 10th, 2010, 02:26 PM
  2. Easy help but can't figure it out.
    By weezer562 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: October 19th, 2010, 09:50 PM
  3. Simple error can't figure out.
    By n00bprogrammer in forum What's Wrong With My Code?
    Replies: 14
    Last Post: September 30th, 2010, 12:19 PM
  4. I'm new at this and can't figure it out
    By jaheh06 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: September 22nd, 2010, 08:44 AM
  5. Can not figure out my programs error!
    By mparkerj in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 16th, 2010, 10:48 AM

Tags for this Thread