Arcade Prehacks

Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 62
  1. #41
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: My java thread thing

    Text editor now has a functional thing: Bold, Regular, Italic, Underline, next on my agenda is saving.....

  2. #42
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: My java thread thing

    Help?

    Code:
    int score;
    String score2;
    score = score + 50;
    score2 = "Score:" + score;
    g2d.drawString(score2, 200, 200);
    G2D.drawString(score2, 200, 200); was labeled as the problem....

  3. #43
    RedFaceofAwesomeness's Avatar
    Join Date
    Dec 2010
    Location
    New York
    Posts
    621

    Re: My java thread thing

    Why do you constantly double post?

  4. #44
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: My java thread thing

    Quote Originally Posted by LOLface
    Why do you constantly double post?
    I didn't even notice till you said that, sorry.

  5. #45
    Willy's Avatar
    Join Date
    Jan 2011
    Location
    Michigan
    Posts
    713

    Re: My java thread thing

    Quote Originally Posted by LOLface
    Why do you constantly double post?
    Dah Why do you constantly Spam?

    And Maybe if you explained Help with, so I could do some of my fancy googleing

  6. #46
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: My java thread thing

    I fixed the problem... and I don't spam (most of the time (and if I do I don't mean to)).

  7. #47
    Willy's Avatar
    Join Date
    Jan 2011
    Location
    Michigan
    Posts
    713

    Re: My java thread thing

    That was directed at LOLface,
    And good to know you fixed the problem

  8. #48
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: My java thread thing

    Quote Originally Posted by Willy
    That was directed at LOLface,
    And good to know you fixed the problem
    Ohh... woops XD thanks.

  9. #49
    variable's Avatar
    Join Date
    Dec 2010
    Location
    Neverland
    Posts
    91

    Re: My java thread thing


  10. #50
    dberube4's Avatar
    Join Date
    Oct 2009
    Location
    In my dream....
    Posts
    637

    Re: My java thread thing

    Suggestion for your button: add a timer!

    example : you have clicked 70 time [color=#FF0000]in 30 second[/color]
    Attached Images Attached Images

Page 5 of 7 FirstFirst ... 34567 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •