Computer Science Canada "\t" in JOptionPane |
Author: | ScarletSkyFury [ Mon Dec 03, 2007 9:06 am ] |
Post subject: | "\t" in JOptionPane |
Hmmmmm It seems it doesnt work "\n" works thou Weird.... Anyone know why? =o |
Author: | HeavenAgain [ Mon Dec 03, 2007 11:30 am ] |
Post subject: | RE:"\t" in JOptionPane |
try using formatter class, then you can use the %s and give it however many space you want java.util.Formatter; |