Text editor now has a functional thing: Bold, Regular, Italic, Underline, next on my agenda is saving.....
Printable View
Text editor now has a functional thing: Bold, Regular, Italic, Underline, next on my agenda is saving.....
Help?
G2D.drawString(score2, 200, 200); was labeled as the problem....Code:int score;
String score2;
score = score + 50;
score2 = "Score:" + score;
g2d.drawString(score2, 200, 200);
Why do you constantly double post? :blink:
I didn't even notice till you said that, sorry.Quote:
Originally Posted by LOLface
Dah Why do you constantly Spam?Quote:
Originally Posted by LOLface
And Maybe if you explained Help with, so I could do some of my fancy googleing :D
I fixed the problem... and I don't spam (most of the time (and if I do I don't mean to)).
That was directed at LOLface,
And good to know you fixed the problem :D
Ohh... woops XD thanks.Quote:
Originally Posted by Willy
Lol.. Nice anti hacking..
Couldn't do it with cheat engine.
But it was a piece of cake using my IM flooder (I told you guys I'll find other use for it)..
http://img148.imageshack.us/img148/9284/buttonbe.png
EDIT: Damn.. The picture is too small.. If you can't see it right, the score is 20045.
Suggestion for your button: add a timer!
example : you have clicked 70 time [color=#FF0000]in 30 second[/color]
I don't know how to get timers to work correctly...
arrg my timer won't work. !!!! :bored: :banghead:
You should use the edit button.
I agree, you really should.
And you should use the stfu button... JK (no seriously I'M KIDDING).
I iz r kidding
I hate the edit button... its just...
I'm not one to be mean but too bad. It's a rule that we've followed since day one.
Kay back on topic nao srsly :good:
BINARY TO DECIMAL PROGRAM UPLOADED!!!!
Maybe a Text to Binary Translator? Those are always fun, and maybe Hex Convertor too
I can do hex converter but text to binary would be hard o.0Quote:
Originally Posted by Willy
Text to binary? That's difficult? Really?
On .net it would just be Encoding.GetBytes. Then for each byte make a binary representation of it. I'm going to say that there should be the equivalent for Java.
Also, for your binary to decimal, you could have just one text box. There really doesn't need to be eight.
Quote:
Originally Posted by router
True but I'm still new at Java and don't know how to get each individual character in the text and make them there own variable... but that gave me a idea.Quote:
Also, for your binary to decimal, you could have just one text box. There really doesn't need to be eight.
IDK if there is a function like that...Quote:
On .net it would just be Encoding.GetBytes. Then for each byte make a binary representation of it. I'm going to say that there should be the equivalent for Java.
I made a letter to hex and hex to letter converter @willy.