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?
You can attach a source JAR. You also can use the Import Sources module ("File -> Import Sources") to import source files from the file system.