In Netbeans I can create a project using existing sources of Java files. If I want to add additional sources to a project how can I do so?
NetBeans 8.0 You can copy complete packages including sub-packages to the projects /src/-folder. Then Source » Scan for External Changes and the new sources will be added automatically. Have fun.
/src/
Source » Scan for External Changes