Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6943719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:11:34+00:00 2026-05-27T13:11:34+00:00

I am using Formatter to output Java code to a file. I want to

  • 0

I am using Formatter to output Java code to a file. I want to add a specific number of spaces to the start of each line. My problem is I cannot find a way to do this “neatly”. The standard options seem to only allow adding a minimum number of spaces but not a specific number of spaces.

As a work around, I am currently doing the following:
out.format("%7s%s", "", "My text"); but I’d like to do it with only two arguments like this out.format("%7s", "My text");.

Does anyone know if there is a way to do this using the standard Formatter options?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:11:35+00:00Added an answer on May 27, 2026 at 1:11 pm

    I’m not exactly sure what you want here:

    out.format("xxx%10sxxx", "My text");
    // prints: xxx   My textxxx
    

    While:

    out.format("xxx%-10sxxx", "My text");
    // prints: xxxMy text   xxx
    

    As far as I know, there is no way to do the old C-style formatting to specify the size in an argument like “%*s” because then you could pass in (str.length() + 7).

    I’m afraid that your way seems to the the most “neat”. If you can explain why you don’t like it maybe we can find a better workaround.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Eclipse 3.4 and have configured the Java code formatter with all of
I am using a custom formatter for a column in jqgrid. Code : function
The problem is really that specific. I need a library in java that can
How do I format output by using printf. suppose i want to print following
I have applied a Formatter to a JFormattedTextField using a FormatterFactory , when a
Using the following code I get a nice formatted string: Request.QueryString.ToString Gives me something
I'm trying to add some HTML formatted text to Word using Office Interop. My
I'm having problem with sending XML-data using HTTP POST to an API. If I
I'm using Tomcat 6, and this is my logging.properties: handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler .level=FINE
Is there a display formatter that will output decimals as these string representations in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.