IDE's have a fairly steep learning curve, why fight the IDE when most beginners are struggling to learn the language and fighting the compiler? Besides, they hold your hand too much, imo, to be a very good learning tool for beginners.
I would not advise you to use notepad or wordpad either, they suck.
Try Crimson editor or Textpad. The first is free, the other is nagware, but both are great, and have very little learning curve. They do not automate brackets, but they will highlight pairs which makes it easy to catch missing/extra brackets. They also have syntax highlighting for many languages and you can make macros for often used lines of code, like main or System.out.println().
If you ever want to try linux, Kate or Tea are very comparable.
www.crimsoneditor.com [ August 09, 2006: Message edited by: Rusty Shackleford ]