I'm making a basic program and centering the text would really help with organization. I don't really expect this to be possible but it's worth asking.
Tried:
- Using StringUtils, doesn't work because java.lang doesn't have it, I think.
- padding the text with spaces, too much work for all the text I'm returning.
Any ideas? I know it's terminal and I should probably be using something else to make it look nicer.