I'm starting an open source Java project and I need a few bits of advice.
Should I use an IDE such as Netbeans to create the UI (swing) or should I do it by hand. Is there an easy way to do GUI using the Eclipse IDE?
What's a good way to do the file structure? workspace/PROJECT/? Like where should I place the main class?