When I add components or anything that automatically generates comments in NetBeans (7.1.2), the comments come out with one word per line. Like this:
/*
* If
* Nimbus
* (introduced
* in
* Java
* SE
* 6)
* is
* not
* available,
* stay
* with
* the
* default
* look
* and
* feel.
* For
* details
* see
* http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
Really??? This is just silly. This happens no matter what the source of the auto-generated comments is. I have looked through the options and settings, but I haven't found a way to fix this (unless I'm blind as a bat, in which case I apologize in advance). If all auto-generated comments are going to look like this, I'm going to have ridiculously long source code, or have to fix it manually, or have constantly to waste time deleting these long wastes of space. Anyone know of a way to resolve this?
Thanks.