|
Thanks DonCash but that doesn't seem to affect the string when i call paint in the applet, its still a sentence. My string is something like this now-
String TentDesc [] =
{"blah....................... blah............................... blah",
"blah....................... blah............................... blah",
"blah....................... blah............................... blah",
};
its put through actionPerformed in a for loop and given the value
message =(TentDesc[j]);
i called it in paint like
g.drawString(message,900, 100);
Eranga
i think i do use them yes
|