Re: How can I write right-justified into a 12 chars width field?
- From: Mark Space <markspace@xxxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 14:03:30 -0700
Lord Zoltar wrote:
On Apr 29, 2:23 pm, grem...@xxxxxxxxxxx (Catherina Svensson) wrote:
How can I implement this right-justified, blank padded, fixed-width filed output in Java?
Cat
Write a string padding function. Java doesn't have one, so you'd have
*coughFormattercough*
<http://java.sun.com/javase/6/docs/api/java/util/Formatter.html>
.
- References:
- Re: How can I write right-justified into a 12 chars width field?
- From: Lord Zoltar
- Re: How can I write right-justified into a 12 chars width field?
- Prev by Date: Re: How can I write right-justified into a 12 chars width field?
- Next by Date: Re: How can I write right-justified into a 12 chars width field?
- Previous by thread: Re: How can I write right-justified into a 12 chars width field?
- Next by thread: Re: How can I write right-justified into a 12 chars width field?
- Index(es):