0

I am developing a Java applet for a University course. What is the best visual editor for GUI components in developing a Java applet? I do not have much experience with visual editors other than Microsoft technologies, what is going on behind the scenes with a Java applet visual editor?

How about Eclipse?

Thanks!

4

1 に答える 1

0

I'd recommend NetBeans IDE. It's an all-in-one solution for Java development and they've been doing great things with visual editors for years.

http://netbeans.org/

You can try Eclipse as well, I use both, but I find NetBeans better for visual work, and Eclipse better for web application development.

于 2012-05-22T06:31:12.017 に答える