java be damned
Name:
Anonymous
2007-09-17 19:32
ID:3MacL3DO
im trying to display two double variables after a string in an applet in java.
i am currently using :
Graphics.drawString("numbers :" + x + y, 60, 40)
but i keep recieveing a ')' expected error. any suggestions
p.s. if i remove '+y' it works but then i cannot display the second number
Name:
Anonymous
2007-09-17 19:39
ID:nbG1pzId
lol retard
Name:
Anonymous
2007-09-17 20:46
ID:Cz2ys6Kw
Read SICP
Name:
Anonymous
2007-09-17 20:48
ID:+lvGdY7q
perhaps you should store x and y to a temporary string and display that instead?
Name:
Anonymous
2007-09-17 21:45
ID:3MacL3DO
how?
Name:
Anonymous
2007-09-17 21:46
ID:Heaven
Read The Wizard Book, Written by The Sussman himself
Name:
Anonymous
2007-09-17 22:39
ID:3MacL3DO
no time project is due tomorrow
Name:
Anonymous
2007-09-17 22:41
ID:OXyLKfaC
Graphics.drawString("numbers :" + x + ", " + y, 60, 40);
Name:
Anonymous
2007-09-18 1:18
ID:jwJpzHtI
Wait, why are you studying somewhere that teaches Java?
Name:
Anonymous
2007-09-18 2:05
ID:QHmJ1b45
Haha, retards. Can't figure out how to produce a string.
Name:
Anonymous
2007-09-18 2:36
ID:jwJpzHtI
>>10
Hmm. It's something like, ``x.call(x.method(``please'', x.to(String, "thank you")))''. Right? Or am I forgetting a step?
Name:
Anonymous
2007-09-18 2:46
ID:4oDIjzdL
HAHA JAVA IS SO ENTERPRISE
Name:
Anonymous
2007-09-18 5:42
ID:IsXJSitF
ITT "web designer" programming
Name:
2010-10-23 10:11