Skip to content

nyu-java-programming/text-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Alignment Examples

A few quick examples of aligning text and formatting floating point numbers, including:

  • examples using String.format() from the Java standard API
  • examples using StringUtils from Apache's Commons Lang library, which attempts to make up for some of the standard Java API's many failings.

See the App.java source code for details.

Note that the .jar file with the Commons Lang library has been downloaded and placed within the lib directory.

About

A quick little guide to aligning text and formatting floating point numbers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages