Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hargate

  1. hargate

    sprintf type string formatting in java

    Just to let people know what I have discovered: You cannot accomplish printf style formatting with the the MessageFormat object. There is a class available on the java.sun.com site called PrintfFormat that supports printf style formatting.
  2. hargate

    sprintf type string formatting in java

    I am trying to display information on a users xterm in table form. To do this in c/c++ I would format the strings that I output to the screen with sprintf/printf. How do I specify the field width in the format string for a MessageFormat object like sprintf? Object[] fields =...

Part and Inventory Search

Back
Top