is there anyway to shift down to a new line in a print statement or dialogue box? i remember in C you typed something like /t but that does not seem to work in java.
thanks
Printable View
is there anyway to shift down to a new line in a print statement or dialogue box? i remember in C you typed something like /t but that does not seem to work in java.
thanks
\t is a tab, you want \n for the new line character.
thanks thats really been bugging me
Also, certain GUI components render html so you can use the <br> tag