Dear forum,
I have a short question: is it possible to draw an integer directly, so not like this:
but more likeCode:String drawString = ""+133;
g.drawString(drawString, xloc, yloc);
where "133" is a variable integer.Code:g.drawString("133", xloc, yloc);

