- Dec 8, 2002
- 2,642
- 0
- 0
Aight, I have to make a simple text formatter in java. It must read one line of test and print it in one or more lines of a user specified width, and center it (keeping whole words together, but not factoring in words that would require indentation). I know that removing all of the white space was recommended... I don't want this program written for me, I'm just looking for recommendations as to how to go about doing this... Cause I'm lost 0.o.