| Reply | « Previous Thread | Next Thread » |
|
how can i output a Double Interger Variable with the DrawString Varible?
g.drawString(String.valueOf(test)..... dosn't work :-( cu |
| patricksteiner |
| View Public Profile |
| Find all posts by patricksteiner |
|
g.drawString(myintvariable+"", etc...
r |
|
thanks,
i can only draw string variables or? cu |
| patricksteiner |
| View Public Profile |
| Find all posts by patricksteiner |
|
drawString displays strings. Therefore, cast any value to a string below using this method.
mydoublevar+"" it the quickest way. |
|
okay thanks.
cu l@w |
| patricksteiner |
| View Public Profile |
| Find all posts by patricksteiner |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|