hey guys. is there a way to format text output in a table with java that is relatively simple? i know in C/C++ the 'setw' allows easy spacing of characters. i want to print a table of strings, integers, and double similar to the following:
Name Age GPA
------- ---- -----
Joe 20 3.6
Larry 17 3.4
Sue 19 3.7
Name Age GPA
------- ---- -----
Joe 20 3.6
Larry 17 3.4
Sue 19 3.7