I've recently discovered NetBeans, a Java IDE, and decided to switch to it from Eclipse, since Eclipse has given me nothing but problems on my Intel Mac, and NetBeans has a GUI builder.
Anyway, some of you may know about Dungeon Diver - this project, along with all its dependencies, needs to get converted over to the NetBeans system. Complicating matters is the fact that I'm also switching project types, from Java Application to Java Desktop Application, and converting over all my old code to use the new GUI layout manager.
I've already done the preliminary steps of converting all the libraries Dungeon Diver uses from Eclipse projects to NetBeans projects. Now, I just need to make this massive transition of all my GUI code... which is going to be a pain. Are there any plugins for NetBeans, or features of NetBeans, that can make such a task easier? For example, I'm going to need to mass-rename old function calls. I haven't found an easy way to do this in NetBeans yet.
Anyway, some of you may know about Dungeon Diver - this project, along with all its dependencies, needs to get converted over to the NetBeans system. Complicating matters is the fact that I'm also switching project types, from Java Application to Java Desktop Application, and converting over all my old code to use the new GUI layout manager.
I've already done the preliminary steps of converting all the libraries Dungeon Diver uses from Eclipse projects to NetBeans projects. Now, I just need to make this massive transition of all my GUI code... which is going to be a pain. Are there any plugins for NetBeans, or features of NetBeans, that can make such a task easier? For example, I'm going to need to mass-rename old function calls. I haven't found an easy way to do this in NetBeans yet.