I have had 2 courses in Java programming. We only used a pico editor on a sun server. I am transferring schools but they asked me to cover several chapters on Java graphics before my Advanced Java classes this fall. What options do I have for free or cheep IDEs to use for Java graphics?
The best all-around IDE that is widely used in industry. It has many plugins that can suit almost any specific need.
I had great success with Eclipse and the Visual Editor plugin, but that was many years ago. I suspect it or its successor is still a decent choice.
I don't know of any IDE features that are really going to stand out with it comes to doing graphics in Java. Is there something in particular you're looking to get out of an IDE when doing graphics?
Without any graphics-specific features, then you're back to choosing between the primary Java IDEs:
- Eclipse
- Netbeans
- IntelliJ IDEA (not free, although there's a trial and an early-access program)
I don't think it matters at all. Java source code editors should be able to deal with any Java source, no matter what it does. Personally, I'd go for jEdit (with whichever plugin it is that gives tabs for switching files) on Linux.