Karkalash 7 Newbie Poster

Hi all:

I'm a newbie at Java and having fun :)

So I'm doing a pattern program, so far so good, but I wanted to ask if there is any console specifier for spaces only and not width between integers. I'm using only integers so I thought I should use %5d inside a printf statement. But alas, it just creates big spaces between my numbers. What I need is a specifier that does not mess with the space between my numbers and makes my whole number line move to the right. Is such thing existent? Or is there a way to format everything to the right, like one would do in a word document.