
October 20th, 2001, 08:56 PM
|
|
Junior Member
|
|
Join Date: Oct 2001
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Formatting in Java
Is there any Java equivalent of the C/C++ setw function?
I'm writing a file-listing program for UNIX, currently using tabs to space the filename, size, and date of last modification. Long filenames are not agreeing with me; they're pushing the other strings further to the right. It would be nice to have fixed starting points for them.
|