Code Formatter

Hi , can any body suggest me some Code Formatters for java . Such that , the Formatter should be giving the output as per the Standards given/setthanks.............................
[202 byte] By [kalsa] at [2007-11-27 7:40:07]
# 1

IDEs usually have a feature or set of features that can do this for you. E.g. Intellij IDEA comes with a nice and highly configurable auto formatting tool. Netbeans (Sun's free IDE) and Eclipse (IBM's free IDE) have probably similar features. Even some text editor like emacs support auto formatting.

Bottom line:

Get an IDE, use the relevant feature.

thomas.behra at 2007-7-12 19:20:35 > top of Java-index,Java Essentials,Java Programming...
# 2
IMHO, Eclips's source-code-fixer-upper-formatterator beats netbeans's hands down.
corlettka at 2007-7-12 19:20:35 > top of Java-index,Java Essentials,Java Programming...