> Hi, I would like to know what editor you guys use to program in Java, > just curiousity:
I'm not quite sure why we're all replying to this on this list, but... nobody's mentioned my choice so: IDEA from IntelliJ (www.intellij.com) Why? It kicks ass. It is fast. It has built in support for refactoring: rename packages, rename methods/classes, change method signature, extract interface/superclass, convert local var to field – all with changes to all of your source files done automatically. It has code completion that really works – including for anonymous inner classes. It has "Wrap with..." to automatically insert the appropriate try...catch clauses for you. In short, it's a dream come true and increases your productivity 200% at least. Jbuilder and NetBeans belong in the trash ;-) With IDEA, no more will you fear a complete restructuring of your source. You have to use it for a few weeks to fully appreciate how it makes you work even better. Cheers (Here's hoping they'll give me a free copy now <g>) ==========================================================================To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".